about summary refs log tree commit diff
path: root/youtube_dl/extractor/ndr.py
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-14 23:12:15 +0700
committerSergey M. <dstftw@gmail.com>2014-02-14 23:12:15 +0700
commit463b33461637b0f2c98772228dd9d7eae171b560 (patch)
tree892ccac3dd4f402760de8388788a597ba9edbcd7 /youtube_dl/extractor/ndr.py
parentb71dbc57c43e4bd8742e9f19c68e8b9728810ce8 (diff)
downloadyoutube-dl-463b33461637b0f2c98772228dd9d7eae171b560.tar.gz
youtube-dl-463b33461637b0f2c98772228dd9d7eae171b560.tar.xz
youtube-dl-463b33461637b0f2c98772228dd9d7eae171b560.zip
[ndr] Replace 404 test
Diffstat (limited to 'youtube_dl/extractor/ndr.py')
-rw-r--r--youtube_dl/extractor/ndr.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/youtube_dl/extractor/ndr.py b/youtube_dl/extractor/ndr.py
index 811ef5201..0650f9564 100644
--- a/youtube_dl/extractor/ndr.py
+++ b/youtube_dl/extractor/ndr.py
@@ -26,15 +26,15 @@ class NDRIE(InfoExtractor):
             },
         },
         {
-            'url': 'http://www.ndr.de/903/audio191719.html',
-            'md5': '41ed601768534dd18a9ae34d84798129',
+            'url': 'http://www.ndr.de/info/audio51535.html',
+            'md5': 'bb3cd38e24fbcc866d13b50ca59307b8',
             'note': 'Audio file',
             'info_dict': {
-                'id': '191719',
+                'id': '51535',
                 'ext': 'mp3',
-                'title': '"Es war schockierend"',
-                'description': 'md5:ed7ff8364793545021a6355b97e95f10',
-                'duration': 112,
+                'title': 'La Valette entgeht der Hinrichtung',
+                'description': 'md5:22f9541913a40fe50091d5cdd7c9f536',
+                'duration': 884,
             }
         }
     ]