diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-03-13 15:59:54 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-03-13 15:59:54 +0600 | 
| commit | 450b233cc293e9a1fb63daf0ee0deb48a809dfd9 (patch) | |
| tree | be5245003a5a8a064d508429fb5acb600e3dd33c | |
| parent | b7d7674f1ead233bcf9d4237ab893e31ec9d5ec8 (diff) | |
[bbc] Update test
| -rw-r--r-- | youtube_dl/extractor/bbc.py | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index b46bc4856..e62b3860e 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -564,14 +564,6 @@ class BBCIE(BBCCoUkIE):          },          'playlist_count': 18,      }, { -        # school report playlist with single video -        'url': 'http://www.bbc.co.uk/schoolreport/35744779', -        'info_dict': { -            'id': '35744779', -            'title': 'School which breaks down barriers in Jerusalem', -        }, -        'playlist_count': 1, -    }, {          # single video embedded with data-playable containing vpid          'url': 'http://www.bbc.com/news/world-europe-32041533',          'info_dict': { @@ -677,10 +669,18 @@ class BBCIE(BBCCoUkIE):          'url': 'http://www.bbc.com/sport/0/football/34475836',          'info_dict': {              'id': '34475836', -            'title': 'What Liverpool can expect from Klopp', +            'title': 'Jurgen Klopp: Furious football from a witty and winning coach',          },          'playlist_count': 3,      }, { +        # school report article with single video +        'url': 'http://www.bbc.co.uk/schoolreport/35744779', +        'info_dict': { +            'id': '35744779', +            'title': 'School which breaks down barriers in Jerusalem', +        }, +        'playlist_count': 1, +    }, {          # single video with playlist URL from weather section          'url': 'http://www.bbc.com/weather/features/33601775',          'only_matching': True, | 
