mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Update to ytdl-2021.01.03
This commit is contained in:
		| @@ -41,7 +41,7 @@ class ZDFBaseIE(InfoExtractor): | ||||
| class ZDFIE(ZDFBaseIE): | ||||
|     IE_NAME = "ZDF-3sat" | ||||
|     _VALID_URL = r'https?://www\.(zdf|3sat)\.de/(?:[^/]+/)*(?P<id>[^/?]+)\.html' | ||||
|     _QUALITIES = ('auto', 'low', 'med', 'high', 'veryhigh') | ||||
|     _QUALITIES = ('auto', 'low', 'med', 'high', 'veryhigh', 'hd') | ||||
|     _GEO_COUNTRIES = ['DE'] | ||||
|  | ||||
|     _TESTS = [{ | ||||
| @@ -131,7 +131,7 @@ class ZDFIE(ZDFBaseIE): | ||||
|         if not ptmd_path: | ||||
|             ptmd_path = t[ | ||||
|                 'http://zdf.de/rels/streams/ptmd-template'].replace( | ||||
|                 '{playerId}', 'portal') | ||||
|                 '{playerId}', 'ngplayer_2_4') | ||||
|  | ||||
|         ptmd = self._call_api( | ||||
|             urljoin(url, ptmd_path), player, url, video_id, 'metadata') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan