diff options
Diffstat (limited to 'youtube_dl/extractor/rozhlas.py')
| -rw-r--r-- | youtube_dl/extractor/rozhlas.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/rozhlas.py b/youtube_dl/extractor/rozhlas.py index f8eda8dea..fccf69401 100644 --- a/youtube_dl/extractor/rozhlas.py +++ b/youtube_dl/extractor/rozhlas.py @@ -21,7 +21,7 @@ class RozhlasIE(InfoExtractor):          }      }, {          'url': 'http://prehravac.rozhlas.cz/audio/3421320/embed', -        'skip_download': True, +        'only_matching': True,      }]      def _real_extract(self, url): | 
