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