youtube-dl

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

commit 075911d48ebbf0a7ea54565b08db867c99187d0f
parent b21a918984ef1eaf551ca78f0a278ed27e8a3f49
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 27 Jan 2014 23:47:22 +0100

[la7] Skip test on travis

Diffstat:
Myoutube_dl/extractor/la7.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/la7.py b/youtube_dl/extractor/la7.py @@ -26,7 +26,8 @@ class LA7IE(InfoExtractor): 'title': 'IL DIVO', 'description': 'Un film di Paolo Sorrentino con Toni Servillo, Anna Bonaiuto, Giulio Bosetti e Flavio Bucci', 'duration': 6254, - } + }, + 'skip': 'Blocked in the US', } def _real_extract(self, url):