Browse Source

[la7] Skip test on travis

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
075911d48e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/la7.py

+ 2
- 1
youtube_dl/extractor/la7.py View File

@ -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