Selaa lähdekoodia

[openload] Add test

Sergey M․ 9 vuotta sitten
vanhempi
sitoutus
e9063b5de9
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      youtube_dl/extractor/openload.py

+ 5 - 0
youtube_dl/extractor/openload.py

@@ -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