aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorealgase <mostdigitsofpi@gmail.com>2019-04-15 23:09:05 -0400
committerGitHub <noreply@github.com>2019-04-15 23:09:05 -0400
commit6104cc15915abfe113152d24b18c84178e027265 (patch)
tree9afdea897944181c03af2fa83161a4af539b2e30
parentf114e43d3845b13227d4a1251bfb7d2750e76032 (diff)
downloadyoutube-dl-6104cc15915abfe113152d24b18c84178e027265.tar.xz
[openload] add test for oladblock.me
-rw-r--r--youtube_dl/extractor/openload.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py
index b441bd6ba..da9c721d2 100644
--- a/youtube_dl/extractor/openload.py
+++ b/youtube_dl/extractor/openload.py
@@ -356,6 +356,9 @@ class OpenloadIE(InfoExtractor):
}, {
'url': 'https://oladblock.xyz/f/b8NWEgkqNLI/',
'only_matching': True,
+ }, {
+ 'url': 'https://oladblock.me/f/b8NWEgkqNLI/',
+ 'only_matching': True,
}]
_USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'