projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e8cca
)
[bbc.co.uk:iplayer:playlist] Skip unavailable test
author
Sergey M․
<dstftw@gmail.com>
Thu, 21 Jul 2016 15:34:55 +0000
(22:34 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 21 Jul 2016 15:34:55 +0000
(22:34 +0700)
youtube_dl/extractor/bbc.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bbc.py
b/youtube_dl/extractor/bbc.py
index e3b14c854d0184bba5b20cce5834d39456dc1ac2..31065cde26a54ca17384bf0d653ab81708bdf2b2 100644
(file)
--- a/
youtube_dl/extractor/bbc.py
+++ b/
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):