mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 00:11:26 +01:00
Compare commits
2 Commits
e5c8c98e44
...
71402e8649
Author | SHA1 | Date | |
---|---|---|---|
|
71402e8649 | ||
|
599c152e5a |
|
@ -6,6 +6,7 @@ from ..utils import (
|
|||
|
||||
|
||||
class ClubicIE(InfoExtractor):
|
||||
_WORKING = False
|
||||
_VALID_URL = r'https?://(?:www\.)?clubic\.com/video/(?:[^/]+/)*video.*-(?P<id>[0-9]+)\.html'
|
||||
|
||||
_TESTS = [{
|
||||
|
|
|
@ -507,7 +507,8 @@ class GenericIE(InfoExtractor):
|
|||
'title': 'Ужастики, русский трейлер (2015)',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'duration': 153,
|
||||
}
|
||||
},
|
||||
'skip': 'Site dead',
|
||||
},
|
||||
# XHamster embed
|
||||
{
|
||||
|
@ -779,14 +780,16 @@ class GenericIE(InfoExtractor):
|
|||
'playlist_mincount': 1,
|
||||
'add_ie': ['Youtube'],
|
||||
},
|
||||
# Cinchcast embed
|
||||
# Libsyn embed
|
||||
{
|
||||
'url': 'http://undergroundwellness.com/podcasts/306-5-steps-to-permanent-gut-healing/',
|
||||
'info_dict': {
|
||||
'id': '7141703',
|
||||
'id': '3793998',
|
||||
'ext': 'mp3',
|
||||
'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
|
||||
|
|
Loading…
Reference in New Issue
Block a user