about summary refs log tree commit diff
path: root/youtube_dl/extractor/dfb.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-14 23:54:13 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-14 23:54:13 +0600
commiteae89f92e61d8227a6463c50750310a56c68cf09 (patch)
treed77dd88fda3775c76b5ef75a11df15e5945613ea /youtube_dl/extractor/dfb.py
parent01d115b06b5b752324a9346f128d659a98b58f31 (diff)
downloadyoutube-dl-eae89f92e61d8227a6463c50750310a56c68cf09.tar.gz
youtube-dl-eae89f92e61d8227a6463c50750310a56c68cf09.tar.xz
youtube-dl-eae89f92e61d8227a6463c50750310a56c68cf09.zip
[dfb] Update test
Diffstat (limited to 'youtube_dl/extractor/dfb.py')
-rw-r--r--youtube_dl/extractor/dfb.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/dfb.py b/youtube_dl/extractor/dfb.py
index 8049779b0..6732e1751 100644
--- a/youtube_dl/extractor/dfb.py
+++ b/youtube_dl/extractor/dfb.py
@@ -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',
         },
     }