Browse Source
[bbc.co.uk:iplayer:playlist] Skip unavailable test
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/extractor/bbc.py
|
|
@ -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): |
|
|
|