mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 02:25:11 +00:00
[polskieradio] Add test with video
This commit is contained in:
parent
0463b77a1f
commit
ce96ed05f4
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ class PolskieRadioIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.polskieradio.pl/7/5102/Artykul/1587943',
|
'url': 'http://www.polskieradio.pl/7/5102/Artykul/1587943',
|
||||||
'only_matching': True,
|
'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):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue