Compare commits

..

2 Commits

Author SHA1 Message Date
sepro
71402e8649 Mark Clubic as broken
Uses ancient m6 endpoint
2023-11-18 02:12:04 +01:00
sepro
599c152e5a Update generic tests 2023-11-18 02:10:06 +01:00
2 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,7 @@ 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,7 +507,8 @@ 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
{ {
@ -779,14 +780,16 @@ class GenericIE(InfoExtractor):
'playlist_mincount': 1, 'playlist_mincount': 1,
'add_ie': ['Youtube'], 'add_ie': ['Youtube'],
}, },
# Cinchcast embed # Libsyn 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': '7141703', 'id': '3793998',
'ext': 'mp3', 'ext': 'mp3',
'upload_date': '20141126', 'upload_date': '20141126',
'title': 'Jack Tips: 5 Steps to Permanent Gut Healing', 'title': 'Underground Wellness Radio - 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