[youtube:playlist] Work around buggy playlists (fixes #4449)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 15 Dec 2014 18:19:15 +0000 (19:19 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 15 Dec 2014 18:19:15 +0000 (19:19 +0100)
commit4b7df0d30cfe62ab25f462974c2ed0fc5a82eb3f
treed9dcf01a7c00558dbcdc15efba5e9abec0e07366
parentcaff59499c17f1701ca9a6c654d001d70456b210
[youtube:playlist] Work around buggy playlists (fixes #4449)

They show a "Load more" button, but they don't have more videos.
The continuation url in the json file was a link to itself, so we ended up in an infinite loop.
youtube_dl/extractor/youtube.py