diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-06-25 23:31:21 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-06-25 23:31:21 +0700 | 
| commit | ce96ed05f42d42f8a506a2a527c776054c44ad1e (patch) | |
| tree | c76d93ff3cab35732ffe028b5a7342e781354681 | |
| parent | 0463b77a1f83f3f9239c6c5f5d1ca251afd267e4 (diff) | |
[polskieradio] Add test with video
| -rw-r--r-- | youtube_dl/extractor/polskieradio.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/polskieradio.py b/youtube_dl/extractor/polskieradio.py index f5adff08f..d3bebaea3 100644 --- a/youtube_dl/extractor/polskieradio.py +++ b/youtube_dl/extractor/polskieradio.py @@ -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): | 
