summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-11 10:26:52 +0700
committerSergey M. <dstftw@gmail.com>2014-02-11 10:26:52 +0700
commitcb38928974505fdcc6fd0f99f33956cf682cf40d (patch)
tree97f321537ad6250807e6d04463d39be1d7351263
parentfa78f1330267cc88f066303fc34938ee3eee9a0a (diff)
downloadyoutube-dl-cb38928974505fdcc6fd0f99f33956cf682cf40d.tar.gz
youtube-dl-cb38928974505fdcc6fd0f99f33956cf682cf40d.tar.xz
youtube-dl-cb38928974505fdcc6fd0f99f33956cf682cf40d.zip
[firsttv] Skip test
-rw-r--r--youtube_dl/extractor/firsttv.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/firsttv.py b/youtube_dl/extractor/firsttv.py
index 44aca7b75..c2e987ff7 100644
--- a/youtube_dl/extractor/firsttv.py
+++ b/youtube_dl/extractor/firsttv.py
@@ -22,7 +22,8 @@ class FirstTVIE(InfoExtractor):
             'description': 'md5:cc730d2bf4215463e37fff6a1e277b13',
             'thumbnail': 'http://img1.1tv.ru/imgsize640x360/PR20140210114657.JPG',
             'duration': 149,
-        }
+        },
+        'skip': 'Only works from Russia',
     }
 
     def _real_extract(self, url):