mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[niconico:playlist] Use the same video url the webpage uses (closes #4133)
This commit is contained in:
		| @@ -175,7 +175,8 @@ class NiconicoPlaylistIE(InfoExtractor): | |||||||
|         entries = [{ |         entries = [{ | ||||||
|             '_type': 'url', |             '_type': 'url', | ||||||
|             'ie_key': NiconicoIE.ie_key(), |             'ie_key': NiconicoIE.ie_key(), | ||||||
|             'url': 'http://www.nicovideo.jp/watch/%s' % entry['item_id'], |             'url': ('http://www.nicovideo.jp/watch/%s' % | ||||||
|  |                 entry['item_data']['video_id']), | ||||||
|         } for entry in entries] |         } for entry in entries] | ||||||
|  |  | ||||||
|         return { |         return { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user