YoutubeDL: ignore indexes from 'playlist_items' that are not in the list (fixes ...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 15 May 2015 12:03:00 +0000 (14:03 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 15 May 2015 12:08:26 +0000 (14:08 +0200)
commit3884dcf313223040049e4153e0c398fbc36b5117
tree052c3839804aa04f818f967a930e23c2e682432a
parentc4fc559f45ea5c40409eab44867ff2b4f08976c2
YoutubeDL: ignore indexes from 'playlist_items' that are not in the list (fixes #5706)

We ignore them instead of failing to match the behaviour of the 'playliststart' parameter.
youtube_dl/YoutubeDL.py