mirror of https://github.com/yt-dlp/yt-dlp.git
[openload] add oladblock.me domain
This commit is contained in:
parent
bf6fb8b9dc
commit
f114e43d38
|
@ -243,7 +243,7 @@ class PhantomJSwrapper(object):
|
|||
|
||||
|
||||
class OpenloadIE(InfoExtractor):
|
||||
_DOMAINS = r'(?:openload\.(?:co|io|link|pw)|oload\.(?:tv|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|pw|live|space)|oladblock\.(?:services|xyz))'
|
||||
_DOMAINS = r'(?:openload\.(?:co|io|link|pw)|oload\.(?:tv|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|pw|live|space)|oladblock\.(?:services|xyz|me))'
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://
|
||||
(?P<host>
|
||||
|
|
Loading…
Reference in New Issue