[videolecturesnet] Add test video with broken direct format links
authorSergey M․ <dstftw@gmail.com>
Thu, 1 Oct 2015 17:10:36 +0000 (23:10 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 1 Oct 2015 17:10:36 +0000 (23:10 +0600)
youtube_dl/extractor/videolecturesnet.py

index 113a2289bb395a6be5da831a349b1b27c6fb4be2..649ac9433f3ec93458d3fe445b752cebccb5f333 100644 (file)
@@ -28,6 +28,21 @@ class VideoLecturesNetIE(InfoExtractor):
             'duration': 565,
             'thumbnail': 're:http://.*\.jpg',
         },
+    }, {
+        # video with invalid direct format links (HTTP 403)
+        'url': 'http://videolectures.net/russir2010_filippova_nlp/',
+        'info_dict': {
+            'id': 'russir2010_filippova_nlp',
+            'ext': 'flv',
+            'title': 'NLP at Google',
+            'description': 'md5:fc7a6d9bf0302d7cc0e53f7ca23747b3',
+            'duration': 5352,
+            'thumbnail': 're:http://.*\.jpg',
+        },
+        'params': {
+            # rtmp download
+            'skip_download': True,
+        },
     }, {
         'url': 'http://videolectures.net/deeplearning2015_montreal/',
         'info_dict': {