aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-04-25 00:22:55 +0600
committerSergey M․ <dstftw@gmail.com>2016-04-25 00:22:55 +0600
commite9063b5de9a1118842185768f5e615b76ec8692c (patch)
tree76fc4369257f573dfcc3699847ee243d2f18de4e
parent594b0c4c69da504906eb772e2bcd9bdbdc3f3a56 (diff)
downloadyoutube-dl-e9063b5de9a1118842185768f5e615b76ec8692c.tar.xz
[openload] Add test
-rw-r--r--youtube_dl/extractor/openload.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py
index 697f312c3..9704f2e9d 100644
--- a/youtube_dl/extractor/openload.py
+++ b/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