Browse Source

[planetaplay/quickvid/vube] Skip inaccessible sites

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
b8091db6b9
3 changed files with 4 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/planetaplay.py
  2. +1
    -0
      youtube_dl/extractor/quickvid.py
  3. +1
    -0
      youtube_dl/extractor/vube.py

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

@ -18,7 +18,8 @@ class PlanetaPlayIE(InfoExtractor):
'id': '3586',
'ext': 'flv',
'title': 'md5:e829428ee28b1deed00de90de49d1da1',
}
},
'skip': 'Not accessible from Travis CI server',
}
_SONG_FORMATS = {


+ 1
- 0
youtube_dl/extractor/quickvid.py View File

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


+ 1
- 0
youtube_dl/extractor/vube.py View File

@ -36,6 +36,7 @@ class VubeIE(InfoExtractor):
'comment_count': int,
'categories': ['amazing', 'hd', 'best drummer ever', 'william wei', 'bucket drumming', 'street drummer', 'epic street drumming'],
},
'skip': 'Not accessible from Travis CI server',
}, {
'url': 'http://vube.com/Chiara+Grispo+Video+Channel/YL2qNPkqon',
'md5': 'db7aba89d4603dadd627e9d1973946fe',


Loading…
Cancel
Save