diff options
author | Sergey M. <dstftw@gmail.com> | 2015-06-27 18:49:29 +0500 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2015-06-27 18:49:29 +0500 |
commit | 0eb5c1c62a2535ceaf10202e3feba8e556065f15 (patch) | |
tree | 8383224f80fe672cd36fbcdd2f1298785ee99ff9 /youtube_dl/extractor/quickvid.py | |
parent | a9de9517445a4971cb89c73d28a3c7b9ecf51b11 (diff) | |
parent | b8091db6b9c75fbdc0ccaad3a9503ef091a7437c (diff) |
Merge pull request #6081 from yan12125/skip_problematic_sites
[planetaplay/quickvid/vube] Skip inaccessible sites
Diffstat (limited to 'youtube_dl/extractor/quickvid.py')
-rw-r--r-- | youtube_dl/extractor/quickvid.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/quickvid.py b/youtube_dl/extractor/quickvid.py index af7d76cf4..f414e2384 100644 --- a/youtube_dl/extractor/quickvid.py +++ b/youtube_dl/extractor/quickvid.py @@ -24,6 +24,7 @@ class QuickVidIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.(?:png|jpg|gif)$', 'view_count': int, }, + 'skip': 'Not accessible from Travis CI server', } def _real_extract(self, url): |