aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/rozhlas.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-11-26 20:53:10 +0700
committerSergey M․ <dstftw@gmail.com>2017-11-26 20:53:10 +0700
commit7512aa986f517c301fb3272584d21c8d5cec720f (patch)
tree8fb66373c9cad71b415229579b337e84e0ca8f7c /youtube_dl/extractor/rozhlas.py
parent93f3f10cdcf40bdeb6c61b36bbbc0d0ab45ba66c (diff)
downloadyoutube-dl-7512aa986f517c301fb3272584d21c8d5cec720f.tar.xz
Fix some only matching tests (closes #14855)
Diffstat (limited to 'youtube_dl/extractor/rozhlas.py')
-rw-r--r--youtube_dl/extractor/rozhlas.py2
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):