Browse Source

[gameone] Added explanation for usage of http://cdn.riptide-mtvn.com/

Tobias Bell 11 years ago
parent
commit
10d5c7aa5f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youtube_dl/extractor/gameone.py

+ 2 - 0
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):