mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[aftonbladet] Fix extraction
This commit is contained in:
		| @@ -5,7 +5,7 @@ from .common import InfoExtractor | |||||||
|  |  | ||||||
|  |  | ||||||
| class AftonbladetIE(InfoExtractor): | class AftonbladetIE(InfoExtractor): | ||||||
|     _VALID_URL = r'^http://tv\.aftonbladet\.se/webbtv.+?(?P<video_id>article[0-9]+)\.ab(?:$|[?#])' |     _VALID_URL = r'http://tv\.aftonbladet\.se/webbtv.+?(?P<id>article[0-9]+)\.ab(?:$|[?#])' | ||||||
|     _TEST = { |     _TEST = { | ||||||
|         'url': 'http://tv.aftonbladet.se/webbtv/nyheter/vetenskap/rymden/article36015.ab', |         'url': 'http://tv.aftonbladet.se/webbtv/nyheter/vetenskap/rymden/article36015.ab', | ||||||
|         'info_dict': { |         'info_dict': { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user