diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-29 05:17:16 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-29 05:17:16 +0200 | 
| commit | 8ff14175e228a30f9940a69a4e72ca3a2a99aaf6 (patch) | |
| tree | d1b907984ad499bfd3345f4ada455f61e40b0eb9 | |
| parent | dbe3043cd6d6bf468495df1e9f927a8c512e82a0 (diff) | |
[sportdeutschland] Fix testcase
| -rw-r--r-- | youtube_dl/extractor/sportdeutschland.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/sportdeutschland.py b/youtube_dl/extractor/sportdeutschland.py index 185353bef..abb827783 100644 --- a/youtube_dl/extractor/sportdeutschland.py +++ b/youtube_dl/extractor/sportdeutschland.py @@ -17,11 +17,11 @@ class SportDeutschlandIE(InfoExtractor):          'info_dict': {              'id': 'live-li-ning-badminton-weltmeisterschaft-2014-kopenhagen',              'ext': 'mp4', -            'title': 'LIVE: Li-Ning Badminton Weltmeisterschaft 2014 Kopenhagen', +            'title': 're:Li-Ning Badminton Weltmeisterschaft 2014 Kopenhagen',              'categories': ['Badminton'],              'view_count': int,              'thumbnail': 're:^https?://.*\.jpg$', -            'description': 're:^Die Badminton-WM 2014 aus Kopenhagen LIVE', +            'description': 're:Die Badminton-WM 2014 aus Kopenhagen bei Sportdeutschland\.TV',              'timestamp': int,              'upload_date': 're:^201408[23][0-9]$',          },  | 
