commit: 6104cc15915abfe113152d24b18c84178e027265
parent f114e43d3845b13227d4a1251bfb7d2750e76032
Author: ealgase <mostdigitsofpi@gmail.com>
Date: Mon, 15 Apr 2019 23:09:05 -0400
[openload] add test for oladblock.me
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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'