summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-27 23:47:22 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-27 23:47:22 +0100
commit075911d48ebbf0a7ea54565b08db867c99187d0f (patch)
treea0b412f8b4e31ff7d1d22c7073e2cbffaab18fbd
parentb21a918984ef1eaf551ca78f0a278ed27e8a3f49 (diff)
downloadyoutube-dl-075911d48ebbf0a7ea54565b08db867c99187d0f.tar.gz
youtube-dl-075911d48ebbf0a7ea54565b08db867c99187d0f.tar.xz
youtube-dl-075911d48ebbf0a7ea54565b08db867c99187d0f.zip
[la7] Skip test on travis
-rw-r--r--youtube_dl/extractor/la7.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/la7.py b/youtube_dl/extractor/la7.py
index 6d61f9a90..db2028e9f 100644
--- 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):