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/planetaplay.py | |
parent | a9de9517445a4971cb89c73d28a3c7b9ecf51b11 (diff) | |
parent | b8091db6b9c75fbdc0ccaad3a9503ef091a7437c (diff) | |
download | hypervideo-pre-0eb5c1c62a2535ceaf10202e3feba8e556065f15.tar.lz hypervideo-pre-0eb5c1c62a2535ceaf10202e3feba8e556065f15.tar.xz hypervideo-pre-0eb5c1c62a2535ceaf10202e3feba8e556065f15.zip |
Merge pull request #6081 from yan12125/skip_problematic_sites
[planetaplay/quickvid/vube] Skip inaccessible sites
Diffstat (limited to 'youtube_dl/extractor/planetaplay.py')
-rw-r--r-- | youtube_dl/extractor/planetaplay.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/planetaplay.py b/youtube_dl/extractor/planetaplay.py index 596c621d7..06505e96f 100644 --- a/youtube_dl/extractor/planetaplay.py +++ b/youtube_dl/extractor/planetaplay.py @@ -18,7 +18,8 @@ class PlanetaPlayIE(InfoExtractor): 'id': '3586', 'ext': 'flv', 'title': 'md5:e829428ee28b1deed00de90de49d1da1', - } + }, + 'skip': 'Not accessible from Travis CI server', } _SONG_FORMATS = { |