mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 17:07:53 +00:00
[openload] Add support for oload.monster (#22592)
This commit is contained in:
parent
ca20b13048
commit
9679a62a28
1 changed files with 4 additions and 1 deletions
|
@ -246,7 +246,7 @@ class OpenloadIE(InfoExtractor):
|
||||||
_DOMAINS = r'''
|
_DOMAINS = r'''
|
||||||
(?:
|
(?:
|
||||||
openload\.(?:co|io|link|pw)|
|
openload\.(?:co|io|link|pw)|
|
||||||
oload\.(?:tv|best|biz|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|online|press|pw|life|live|space|services|website|vip)|
|
oload\.(?:tv|best|biz|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|online|monster|press|pw|life|live|space|services|website|vip)|
|
||||||
oladblock\.(?:services|xyz|me)|openloed\.co
|
oladblock\.(?:services|xyz|me)|openloed\.co
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
|
@ -365,6 +365,9 @@ class OpenloadIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://oload.online/f/W8o2UfN1vNY/',
|
'url': 'https://oload.online/f/W8o2UfN1vNY/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://oload.monster/f/W8o2UfN1vNY/',
|
||||||
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://oload.press/embed/drTBl1aOTvk/',
|
'url': 'https://oload.press/embed/drTBl1aOTvk/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
|
Loading…
Reference in a new issue