Browse Source

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

totalwebcasting
Sergey M․ 8 years ago
parent
commit
c6668e4ad1
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/bbc.py

+ 1
- 0
youtube_dl/extractor/bbc.py 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):


Loading…
Cancel
Save