mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[vevo] Improve geo restriction detection
This commit is contained in:
		| @@ -206,7 +206,7 @@ class VevoIE(VevoBaseIE): | ||||
|             note='Retrieving oauth token', | ||||
|             errnote='Unable to retrieve oauth token') | ||||
|  | ||||
|         if 'THIS PAGE IS CURRENTLY UNAVAILABLE IN YOUR REGION' in webpage: | ||||
|         if re.search(r'(?i)THIS PAGE IS CURRENTLY UNAVAILABLE IN YOUR REGION', webpage): | ||||
|             self.raise_geo_restricted( | ||||
|                 '%s said: This page is currently unavailable in your region' % self.IE_NAME) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user