diff options
author | ealgase <mostdigitsofpi@gmail.com> | 2019-04-15 23:09:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 23:09:05 -0400 |
commit | 6104cc15915abfe113152d24b18c84178e027265 (patch) | |
tree | 9afdea897944181c03af2fa83161a4af539b2e30 /youtube_dl/extractor/openload.py | |
parent | f114e43d3845b13227d4a1251bfb7d2750e76032 (diff) |
[openload] add test for oladblock.me
Diffstat (limited to 'youtube_dl/extractor/openload.py')
-rw-r--r-- | youtube_dl/extractor/openload.py | 3 |
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' |