Browse Source

[la7] Skip test on travis

master
Philipp Hagemeister 10 years ago
parent
commit
075911d48e
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/la7.py

3
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):

Loading…
Cancel
Save