mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	fix nm video DL issue when logged in
This commit is contained in:
		| @@ -97,6 +97,7 @@ class NiconicoIE(InfoExtractor): | |||||||
|                 'http://ext.nicovideo.jp/thumb_watch/' + video_id, video_id) |                 'http://ext.nicovideo.jp/thumb_watch/' + video_id, video_id) | ||||||
|             thumb_play_key = self._search_regex( |             thumb_play_key = self._search_regex( | ||||||
|                 r'\'thumbPlayKey\'\s*:\s*\'(.*?)\'', ext_player_info, 'thumbPlayKey') |                 r'\'thumbPlayKey\'\s*:\s*\'(.*?)\'', ext_player_info, 'thumbPlayKey') | ||||||
|  |  | ||||||
|             # Get flv info |             # Get flv info | ||||||
|             flv_info_data = compat_urllib_parse.urlencode({ |             flv_info_data = compat_urllib_parse.urlencode({ | ||||||
|                 'k': thumb_play_key, |                 'k': thumb_play_key, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user