Browse Source

[ajazzera] skip test

master
remitamine 9 years ago
parent
commit
cf33a47df0
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/aljazeera.py

1
youtube_dl/extractor/aljazeera.py

@ -16,6 +16,7 @@ class AlJazeeraIE(InfoExtractor):
'uploader': 'Al Jazeera English', 'uploader': 'Al Jazeera English',
}, },
'add_ie': ['Brightcove'], 'add_ie': ['Brightcove'],
'skip': 'Not accessible from Travis CI server',
} }
def _real_extract(self, url): def _real_extract(self, url):

Loading…
Cancel
Save