youtube-dl

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

commit 52d703d3d1b0d24f6c4c01ef8fcf33bfee78928b
parent ce152341a118c94e442f42db8008de95aebec56b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 16 Nov 2013 02:09:30 +0100

[tvp] Skip tests

Diffstat:
Myoutube_dl/extractor/tvp.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/tvp.py b/youtube_dl/extractor/tvp.py @@ -16,6 +16,7 @@ class TvpIE(InfoExtractor): u'title': u'31.10.2013 - Odcinek 2', u'description': u'31.10.2013 - Odcinek 2', }, + u'skip': u'Download has to use same server IP as extraction. Therefore, a good (load-balancing) DNS resolver will make the download fail.' } def _real_extract(self, url):