Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
NiconicoPlaylist gives wrong %(url)s #4133
Comments
|
It will use the same urls as the site in the next version. |
|
Thanks for the change. |
Currently, videos in a playlist use alternative URL's to the links given on the site. This is relevant when using the -o option so I think that it would be better to change it in order to be consistent. That would mean using entry['item_data']['video_id'] instead of entry['item_id'] in this line of code:
https://github.com/rg3/youtube-dl/blob/6110bbbfdd6418950beaf487e5a384cc7c483498/youtube_dl/extractor/niconico.py#L178