[dfb] Update test
authorSergey M․ <dstftw@gmail.com>
Tue, 14 Jul 2015 17:54:13 +0000 (23:54 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 14 Jul 2015 17:54:13 +0000 (23:54 +0600)
youtube_dl/extractor/dfb.py

index 8049779b0a31049f704bae256a3752a9a22ad789..6732e1751b6b5099cce2714a6936408d97850b67 100644 (file)
@@ -10,13 +10,13 @@ class DFBIE(InfoExtractor):
     _VALID_URL = r'https?://tv\.dfb\.de/video/[^/]+/(?P<id>\d+)'
 
     _TEST = {
-        'url': 'http://tv.dfb.de/video/highlights-des-empfangs-in-berlin/9070/',
+        'url': 'http://tv.dfb.de/video/u-19-em-stimmen-zum-spiel-gegen-russland/11633/',
         # The md5 is different each time
         'info_dict': {
-            'id': '9070',
+            'id': '11633',
             'ext': 'flv',
-            'title': 'Highlights des Empfangs in Berlin',
-            'upload_date': '20140716',
+            'title': 'U 19-EM: Stimmen zum Spiel gegen Russland',
+            'upload_date': '20150714',
         },
     }