Browse Source

Merge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac-todoroki-niconico_nm

Sergey M․ 10 years ago
parent
commit
038b0eb1da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/niconico.py

+ 1 - 1
youtube_dl/extractor/niconico.py

@@ -89,7 +89,7 @@ class NiconicoIE(InfoExtractor):
         if self._AUTHENTICATED:
             # Get flv info
             flv_info_webpage = self._download_webpage(
-                'http://flapi.nicovideo.jp/api/getflv?v=' + video_id,
+                'http://flapi.nicovideo.jp/api/getflv/' + video_id + '?as3=1',
                 video_id, 'Downloading flv info')
         else:
             # Get external player info