youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c6668e4ad1f0debd4058c0d42229f45f1e49c5d1
parent 84e8cca48bdb2cda290f458e31b34a677eb260ae
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 21 Jul 2016 22:34:55 +0700

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

Diffstat:
Myoutube_dl/extractor/bbc.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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):