youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit cb38928974505fdcc6fd0f99f33956cf682cf40d
parent fa78f1330267cc88f066303fc34938ee3eee9a0a
Author: Sergey M <dstftw@gmail.com>
Date:   Tue, 11 Feb 2014 10:26:52 +0700

[firsttv] Skip test
Diffstat:
Myoutube_dl/extractor/firsttv.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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):