mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[prosiebensat1] Add support for advopedia
This commit is contained in:
		| @@ -127,9 +127,9 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE): | ||||
|                         (?:www\.)? | ||||
|                         (?: | ||||
|                             (?: | ||||
|                                 prosieben(?:maxx)?|sixx|sat1(?:gold)?|kabeleins(?:doku)?|the-voice-of-germany|7tv | ||||
|                                 prosieben(?:maxx)?|sixx|sat1(?:gold)?|kabeleins(?:doku)?|the-voice-of-germany|7tv|advopedia | ||||
|                             )\.(?:de|at|ch)| | ||||
|                             ran\.de|fem\.com | ||||
|                             ran\.de|fem\.com|advopedia\.de | ||||
|                         ) | ||||
|                         /(?P<id>.+) | ||||
|                     ''' | ||||
| @@ -314,6 +314,10 @@ class ProSiebenSat1IE(ProSiebenSat1BaseIE): | ||||
|             'url': 'http://www.sat1gold.de/tv/edel-starck/playlist/die-gesamte-1-staffel', | ||||
|             'only_matching': True, | ||||
|         }, | ||||
|         { | ||||
|             'url': 'http://www.advopedia.de/videos/lenssen-klaert-auf/lenssen-klaert-auf-folge-8-staffel-3-feiertage-und-freie-tage', | ||||
|             'only_matching': True, | ||||
|         }, | ||||
|     ] | ||||
|  | ||||
|     _TOKEN = 'prosieben' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․