mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[openload] Add support for oload.live
This commit is contained in:
		| @@ -249,7 +249,7 @@ class OpenloadIE(InfoExtractor): | ||||
|                             (?:www\.)? | ||||
|                             (?: | ||||
|                                 openload\.(?:co|io|link|pw)| | ||||
|                                 oload\.(?:tv|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|pw) | ||||
|                                 oload\.(?:tv|stream|site|xyz|win|download|cloud|cc|icu|fun|club|info|pw|live) | ||||
|                             ) | ||||
|                         )/ | ||||
|                         (?:f|embed)/ | ||||
| @@ -346,6 +346,9 @@ class OpenloadIE(InfoExtractor): | ||||
|     }, { | ||||
|         'url': 'https://oload.pw/f/WyKgK8s94N0', | ||||
|         'only_matching': True, | ||||
|     }, { | ||||
|         'url': 'https://oload.live/f/-Z58UZ-GR4M', | ||||
|         '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' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 yonaikerlol
					yonaikerlol