Browse Source

[polskieradio] Add test with video

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

+ 4
- 0
youtube_dl/extractor/polskieradio.py View File

@ -49,6 +49,10 @@ class PolskieRadioIE(InfoExtractor):
}, {
'url': 'http://www.polskieradio.pl/7/5102/Artykul/1587943',
'only_matching': True,
}, {
# with mp4 video
'url': 'http://www.polskieradio.pl/9/299/Artykul/1634903,Brexit-Leszek-Miller-swiat-sie-nie-zawali-Europa-bedzie-trwac-dalej',
'only_matching': True,
}]
def _real_extract(self, url):


Loading…
Cancel
Save