mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 19:52:11 +00:00
[bbc.co.uk:iplayer:playlist] Skip unavailable test
This commit is contained in:
parent
84e8cca48b
commit
c6668e4ad1
1 changed files with 1 additions and 0 deletions
|
@ -1023,6 +1023,7 @@ class BBCCoUkIPlayerPlaylistIE(BBCCoUkPlaylistBaseIE):
|
||||||
'description': 'French thriller serial about a missing teenager.',
|
'description': 'French thriller serial about a missing teenager.',
|
||||||
},
|
},
|
||||||
'playlist_mincount': 6,
|
'playlist_mincount': 6,
|
||||||
|
'skip': 'This programme is not currently available on BBC iPlayer',
|
||||||
}
|
}
|
||||||
|
|
||||||
def _extract_title_and_description(self, webpage):
|
def _extract_title_and_description(self, webpage):
|
||||||
|
|
Loading…
Reference in a new issue