[sportdeutschland] Fix testcase
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 29 Sep 2014 03:17:16 +0000 (05:17 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 29 Sep 2014 03:17:16 +0000 (05:17 +0200)
youtube_dl/extractor/sportdeutschland.py

index 185353bef7eb363ad9aa74487d6c384e975560f9..abb82778325fd74f55a2ae1ce00f8f98316ad0a1 100644 (file)
@@ -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]$',
         },