aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/gameone.py
diff options
context:
space:
mode:
authorTobias Bell <tobias.bell@gmail.com>2014-05-17 15:10:19 +0200
committerTobias Bell <tobias.bell@gmail.com>2014-05-17 15:10:19 +0200
commit10d5c7aa5fcc4a05b039cc147b3e36732a56b0d2 (patch)
treef7399a620ed53b2389c376cb33ded06aae1283b9 /youtube_dl/extractor/gameone.py
parent412f356e04b0daaa1a862f8fdc155ae63376e7d2 (diff)
downloadyoutube-dl-10d5c7aa5fcc4a05b039cc147b3e36732a56b0d2.tar.xz
[gameone] Added explanation for usage of http://cdn.riptide-mtvn.com/
Diffstat (limited to 'youtube_dl/extractor/gameone.py')
-rw-r--r--youtube_dl/extractor/gameone.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gameone.py b/youtube_dl/extractor/gameone.py
index a8a290477..d5fb19cec 100644
--- a/youtube_dl/extractor/gameone.py
+++ b/youtube_dl/extractor/gameone.py
@@ -10,6 +10,8 @@ NAMESPACE_MAP = {
'media': 'http://search.yahoo.com/mrss/',
}
+# URL prefix to download the mp4 files directly instead of streaming via rtmp
+# Credits go to XBox-Maniac http://board.jdownloader.org/showpost.php?p=185835&postcount=31
RAW_MP4_URL = 'http://cdn.riptide-mtvn.com/'
class GameOneIE(InfoExtractor):