mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[dplay] Try secure api for no tld (Closes #9282)
This commit is contained in:
		| @@ -99,7 +99,7 @@ class DPlayIE(InfoExtractor): | ||||
|                     video_id, f4m_id=protocol, fatal=False)) | ||||
|  | ||||
|         domain_tld = domain.split('.')[-1] | ||||
|         if domain_tld in ('se', 'dk'): | ||||
|         if domain_tld in ('se', 'dk', 'no'): | ||||
|             for protocol in PROTOCOLS: | ||||
|                 self._set_cookie( | ||||
|                     'secure.dplay.%s' % domain_tld, 'dsc-geo', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․