Compare commits

..

No commits in common. "71402e86497539ed59cd44b1d3683b07162b59a6" and "e5c8c98e44e6befacb62a80575674365861c63a1" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View File

@ -6,7 +6,6 @@ from ..utils import (
class ClubicIE(InfoExtractor): class ClubicIE(InfoExtractor):
_WORKING = False
_VALID_URL = r'https?://(?:www\.)?clubic\.com/video/(?:[^/]+/)*video.*-(?P<id>[0-9]+)\.html' _VALID_URL = r'https?://(?:www\.)?clubic\.com/video/(?:[^/]+/)*video.*-(?P<id>[0-9]+)\.html'
_TESTS = [{ _TESTS = [{

View File

@ -507,8 +507,7 @@ class GenericIE(InfoExtractor):
'title': 'Ужастики, русский трейлер (2015)', 'title': 'Ужастики, русский трейлер (2015)',
'thumbnail': r're:^https?://.*\.jpg$', 'thumbnail': r're:^https?://.*\.jpg$',
'duration': 153, 'duration': 153,
}, }
'skip': 'Site dead',
}, },
# XHamster embed # XHamster embed
{ {
@ -780,16 +779,14 @@ class GenericIE(InfoExtractor):
'playlist_mincount': 1, 'playlist_mincount': 1,
'add_ie': ['Youtube'], 'add_ie': ['Youtube'],
}, },
# Libsyn embed # Cinchcast embed
{ {
'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/', 'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/',
'info_dict': { 'info_dict': {
'id': '3793998', 'id': '7141703',
'ext': 'mp3', 'ext': 'mp3',
'upload_date': '20141126', 'upload_date': '20141126',
'title': 'Underground Wellness Radio - Jack Tips: 5 Steps to Permanent Gut Healing', 'title': 'Jack Tips: 5 Steps to Permanent Gut Healing',
'thumbnail': 'https://assets.libsyn.com/secure/item/3793998/?height=90&width=90',
'duration': 3989.0,
} }
}, },
# Cinerama player # Cinerama player