mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-17 01:48:29 +00:00
ArcPublishingIE
This commit is contained in:
parent
59f2b3d741
commit
3ac5f4fc2a
@ -62,6 +62,20 @@ class ArcPublishingIE(InfoExtractor):
|
|||||||
'url': 'arcpublishing:tronc:460f2931-8130-4719-8ea1-ffcb2d7cb685',
|
'url': 'arcpublishing:tronc:460f2931-8130-4719-8ea1-ffcb2d7cb685',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
_WEBPAGE_TESTS = [{
|
||||||
|
'url': 'https://www.adn.com/politics/2020/11/02/video-senate-candidates-campaign-in-anchorage-on-eve-of-election-day/',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '8c99cb6e-b29c-4bc9-9173-7bf9979225ab',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Senate candidates wave to voters on Anchorage streets',
|
||||||
|
'description': 'md5:91f51a6511f090617353dc720318b20e',
|
||||||
|
'duration': 1581,
|
||||||
|
'thumbnail': r're:https?://dbntw0xoukshs\.cloudfront\.net/.+\.jpg',
|
||||||
|
'timestamp': 1604378735,
|
||||||
|
'upload_date': '20201103',
|
||||||
|
},
|
||||||
|
'skip': 'IE fix required; embed detection',
|
||||||
|
}]
|
||||||
_POWA_DEFAULTS = [
|
_POWA_DEFAULTS = [
|
||||||
(['cmg', 'prisa'], '%s-config-prod.api.cdn.arcpublishing.com/video'),
|
(['cmg', 'prisa'], '%s-config-prod.api.cdn.arcpublishing.com/video'),
|
||||||
([
|
([
|
||||||
|
@ -591,21 +591,6 @@ class GenericIE(InfoExtractor):
|
|||||||
'title': '293f6d17-692a-44e3-9fd5-7b178f3a1029',
|
'title': '293f6d17-692a-44e3-9fd5-7b178f3a1029',
|
||||||
'thumbnail': r're:https?://kf-vn\.sf\.apa\.at/vn/.+\.jpg',
|
'thumbnail': r're:https?://kf-vn\.sf\.apa\.at/vn/.+\.jpg',
|
||||||
},
|
},
|
||||||
}, {
|
|
||||||
# 🔧47
|
|
||||||
# ArcPublishingIE
|
|
||||||
'url': 'https://www.adn.com/politics/2020/11/02/video-senate-candidates-campaign-in-anchorage-on-eve-of-election-day/',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '8c99cb6e-b29c-4bc9-9173-7bf9979225ab',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Senate candidates wave to voters on Anchorage streets',
|
|
||||||
'description': 'md5:91f51a6511f090617353dc720318b20e',
|
|
||||||
'duration': 1581,
|
|
||||||
'thumbnail': r're:https?://dbntw0xoukshs\.cloudfront\.net/.+\.jpg',
|
|
||||||
'timestamp': 1604378735,
|
|
||||||
'upload_date': '20201103',
|
|
||||||
},
|
|
||||||
'skip': 'IE fix required; embed detection',
|
|
||||||
}, {
|
}, {
|
||||||
# 🔍62
|
# 🔍62
|
||||||
# FacebookIE; iframe embed
|
# FacebookIE; iframe embed
|
||||||
|
Loading…
Reference in New Issue
Block a user