mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	@@ -11,7 +11,7 @@ class AZMedienIE(InfoExtractor):
 | 
				
			|||||||
    IE_DESC = 'AZ Medien videos'
 | 
					    IE_DESC = 'AZ Medien videos'
 | 
				
			||||||
    _VALID_URL = r'''(?x)
 | 
					    _VALID_URL = r'''(?x)
 | 
				
			||||||
                    https?://
 | 
					                    https?://
 | 
				
			||||||
                        (?:www\.)?
 | 
					                        (?:www\.|tv\.)?
 | 
				
			||||||
                        (?P<host>
 | 
					                        (?P<host>
 | 
				
			||||||
                            telezueri\.ch|
 | 
					                            telezueri\.ch|
 | 
				
			||||||
                            telebaern\.tv|
 | 
					                            telebaern\.tv|
 | 
				
			||||||
@@ -31,7 +31,7 @@ class AZMedienIE(InfoExtractor):
 | 
				
			|||||||
                    '''
 | 
					                    '''
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    _TESTS = [{
 | 
					    _TESTS = [{
 | 
				
			||||||
        'url': 'https://www.telezueri.ch/sonntalk/bundesrats-vakanzen-eu-rahmenabkommen-133214569',
 | 
					        'url': 'https://tv.telezueri.ch/sonntalk/bundesrats-vakanzen-eu-rahmenabkommen-133214569',
 | 
				
			||||||
        'info_dict': {
 | 
					        'info_dict': {
 | 
				
			||||||
            'id': '1_anruz3wy',
 | 
					            'id': '1_anruz3wy',
 | 
				
			||||||
            'ext': 'mp4',
 | 
					            'ext': 'mp4',
 | 
				
			||||||
@@ -39,6 +39,9 @@ class AZMedienIE(InfoExtractor):
 | 
				
			|||||||
            'uploader_id': 'TVOnline',
 | 
					            'uploader_id': 'TVOnline',
 | 
				
			||||||
            'upload_date': '20180930',
 | 
					            'upload_date': '20180930',
 | 
				
			||||||
            'timestamp': 1538328802,
 | 
					            'timestamp': 1538328802,
 | 
				
			||||||
 | 
					            'view_count': int,
 | 
				
			||||||
 | 
					            'thumbnail': 'http://cfvod.kaltura.com/p/1719221/sp/171922100/thumbnail/entry_id/1_anruz3wy/version/100031',
 | 
				
			||||||
 | 
					            'duration': 1930
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        'params': {
 | 
					        'params': {
 | 
				
			||||||
            'skip_download': True,
 | 
					            'skip_download': True,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user