[openload] add support for oladblock.services and oladblock.xyz domains
This commit is contained in:
parent
8cb10807ed
commit
cf3d399727
1 changed files with 1 additions and 1 deletions
|
@ -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))'
|
||||
_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))'
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://
|
||||
(?P<host>
|
||||
|
|
Loading…
Reference in a new issue