mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[openload] Add support for oload.vip (closes #22205)
This commit is contained in:
		| @@ -243,7 +243,12 @@ class PhantomJSwrapper(object): | |||||||
|  |  | ||||||
|  |  | ||||||
| class OpenloadIE(InfoExtractor): | class OpenloadIE(InfoExtractor): | ||||||
|     _DOMAINS = r'(?:openload\.(?:co|io|link|pw)|oload\.(?:tv|best|biz|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|press|pw|life|live|space|services|website)|oladblock\.(?:services|xyz|me)|openloed\.co)' |     _DOMAINS = r'''(?x) | ||||||
|  |                     (?: | ||||||
|  |                         openload\.(?:co|io|link|pw)| | ||||||
|  |                         oload\.(?:tv|best|biz|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|press|pw|life|live|space|services|website|vip)| | ||||||
|  |                         oladblock\.(?:services|xyz|me)|openloed\.co) | ||||||
|  |                     ''' | ||||||
|     _VALID_URL = r'''(?x) |     _VALID_URL = r'''(?x) | ||||||
|                     https?:// |                     https?:// | ||||||
|                         (?P<host> |                         (?P<host> | ||||||
| @@ -383,6 +388,9 @@ class OpenloadIE(InfoExtractor): | |||||||
|     }, { |     }, { | ||||||
|         'url': 'https://openloed.co/f/b8NWEgkqNLI/', |         'url': 'https://openloed.co/f/b8NWEgkqNLI/', | ||||||
|         'only_matching': True, |         'only_matching': True, | ||||||
|  |     }, { | ||||||
|  |         'url': 'https://oload.vip/f/kUEfGclsU9o', | ||||||
|  |         'only_matching': True, | ||||||
|     }] |     }] | ||||||
|  |  | ||||||
|     @classmethod |     @classmethod | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user