[openload] Add test
authorSergey M․ <dstftw@gmail.com>
Sun, 24 Apr 2016 18:22:55 +0000 (00:22 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 24 Apr 2016 18:22:55 +0000 (00:22 +0600)
youtube_dl/extractor/openload.py

index 697f312c3ff0bf8063b91067ffa397d7edad0422..9704f2e9ddc3ac2c496bcedec2519b70a18cd55e 100644 (file)
@@ -31,6 +31,11 @@ class OpenloadIE(InfoExtractor):
     }, {
         'url': 'https://openload.io/f/ZAn6oz-VZGE/',
         'only_matching': True,
+    }, {
+        # unavailable via https://openload.co/f/Sxz5sADo82g/, different layout
+        # for title and ext
+        'url': 'https://openload.co/embed/Sxz5sADo82g/',
+        'only_matching': True,
     }]
 
     @staticmethod