1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-21 12:39:33 +00:00

[bbc.co.uk:iplayer:playlist] Skip unavailable test

This commit is contained in:
Sergey M․ 2016-07-21 22:34:55 +07:00
parent 84e8cca48b
commit c6668e4ad1
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -1023,6 +1023,7 @@ class BBCCoUkIPlayerPlaylistIE(BBCCoUkPlaylistBaseIE):
'description': 'French thriller serial about a missing teenager.',
},
'playlist_mincount': 6,
'skip': 'This programme is not currently available on BBC iPlayer',
}
def _extract_title_and_description(self, webpage):