diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-20 20:52:56 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-20 20:52:56 +0600 |
commit | 038b0eb1daad517d2c951f5ce22d1247a0333618 (patch) | |
tree | 5b8841bf9e697286dfb641b5e2e663e5739aa46d | |
parent | f20bf146e217731016b32af598b177952fa1340a (diff) | |
parent | ee580538fa741fc35faa8210e0245e252bf23e40 (diff) |
Merge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac-todoroki-niconico_nm
-rw-r--r-- | youtube_dl/extractor/niconico.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/niconico.py b/youtube_dl/extractor/niconico.py index 7fb4e57df..4d57ac703 100644 --- a/youtube_dl/extractor/niconico.py +++ b/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 |