Browse Source

[aftonbladet] Fix extraction

totalwebcasting
Sergey M․ 10 years ago
parent
commit
1a68d39211
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/aftonbladet.py

+ 1
- 1
youtube_dl/extractor/aftonbladet.py View File

@ -5,7 +5,7 @@ from .common import 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 = {
'url': 'http://tv.aftonbladet.se/webbtv/nyheter/vetenskap/rymden/article36015.ab',
'info_dict': {


Loading…
Cancel
Save