Browse Source

[viafree] Fix test

totalwebcasting
Sergey M․ 8 years ago
parent
commit
b690ea15eb
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/tvplay.py

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

@ -369,7 +369,7 @@ class ViafreeIE(InfoExtractor):
'add_ie': [TVPlayIE.ie_key()],
}, {
# Different og:image URL schema
'url': 'www.viafree.se/program/reality/sommaren-med-youtube-stjarnorna/sasong-1/avsnitt-2',
'url': 'http://www.viafree.se/program/reality/sommaren-med-youtube-stjarnorna/sasong-1/avsnitt-2',
'only_matching': True,
}, {
'url': 'http://www.viafree.no/programmer/underholdning/det-beste-vorspielet/sesong-2/episode-1',


Loading…
Cancel
Save