1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02:00

[niconico:playlist] Use the same video url the webpage uses (closes #4133)

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-11-08 14:53:23 +01:00
parent 29ed169cd6
commit 2fdbf27ad8

View File

@ -175,7 +175,8 @@ def _real_extract(self, url):
entries = [{
'_type': 'url',
'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]
return {