mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:37:06 -05:00 
			
		
		
		
	[zdf] Bypass geo restriction
This commit is contained in:
		@@ -41,6 +41,7 @@ class ZDFBaseIE(InfoExtractor):
 | 
				
			|||||||
class ZDFIE(ZDFBaseIE):
 | 
					class ZDFIE(ZDFBaseIE):
 | 
				
			||||||
    _VALID_URL = r'https?://www\.zdf\.de/(?:[^/]+/)*(?P<id>[^/?]+)\.html'
 | 
					    _VALID_URL = r'https?://www\.zdf\.de/(?:[^/]+/)*(?P<id>[^/?]+)\.html'
 | 
				
			||||||
    _QUALITIES = ('auto', 'low', 'med', 'high', 'veryhigh')
 | 
					    _QUALITIES = ('auto', 'low', 'med', 'high', 'veryhigh')
 | 
				
			||||||
 | 
					    _GEO_COUNTRIES = ['DE']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        'url': 'https://www.zdf.de/dokumentation/terra-x/die-magie-der-farben-von-koenigspurpur-und-jeansblau-100.html',
 | 
					        'url': 'https://www.zdf.de/dokumentation/terra-x/die-magie-der-farben-von-koenigspurpur-und-jeansblau-100.html',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user