diff options
author | pulpe <Pulpan3@gmail.com> | 2014-03-01 12:34:01 +0100 |
---|---|---|
committer | pulpe <Pulpan3@gmail.com> | 2014-03-01 12:34:01 +0100 |
commit | aa5590fa078927c2409b3f5301ae94d462d5d910 (patch) | |
tree | 3512f2b6e300e4e1b9bf8b494052586334cacb04 /youtube_dl | |
parent | 8cfb5bbf92bec632ae3bc08c3d87c0eb7c199b75 (diff) |
skip test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/ceskatelevize.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ceskatelevize.py b/youtube_dl/extractor/ceskatelevize.py index 92ae4ffcb..8a36bd980 100644 --- a/youtube_dl/extractor/ceskatelevize.py +++ b/youtube_dl/extractor/ceskatelevize.py @@ -27,6 +27,7 @@ class CeskaTelevizeIE(InfoExtractor): 'params': { 'skip_download': True, # requires rtmpdump }, + 'skip': 'Works only from Czech Republic.', }, { 'url': 'http://www.ceskatelevize.cz/ivysilani/1030584952-tsatsiki-maminka-a-policajt', 'info_dict': { @@ -38,6 +39,7 @@ class CeskaTelevizeIE(InfoExtractor): 'params': { 'skip_download': True, # requires rtmpdump }, + 'skip': 'Works only from Czech Republic.', }] def _real_extract(self, url): |