mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:37:06 -05:00 
			
		
		
		
	Merge branch 'niconico_nm' of https://github.com/ndac-todoroki/youtube-dl into ndac-todoroki-niconico_nm
This commit is contained in:
		@@ -89,7 +89,7 @@ class NiconicoIE(InfoExtractor):
 | 
				
			|||||||
        if self._AUTHENTICATED:
 | 
					        if self._AUTHENTICATED:
 | 
				
			||||||
            # Get flv info
 | 
					            # Get flv info
 | 
				
			||||||
            flv_info_webpage = self._download_webpage(
 | 
					            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')
 | 
					                video_id, 'Downloading flv info')
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            # Get external player info
 | 
					            # Get external player info
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user