mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-25 08:41:28 +01:00
Compare commits
No commits in common. "e90ce5a9f0d1933ccc6d87579750db4d45e49309" and "a02438274d45ccd3a923c29ad4c08ee1d8ef46ae" have entirely different histories.
e90ce5a9f0
...
a02438274d
|
@ -203,9 +203,13 @@ class CBCPlayerIE(InfoExtractor):
|
||||||
'chapters': [],
|
'chapters': [],
|
||||||
'duration': 186.867,
|
'duration': 186.867,
|
||||||
'series': 'CBC News: Windsor at 6:00',
|
'series': 'CBC News: Windsor at 6:00',
|
||||||
'categories': ['News/Canada/Windsor'],
|
'categories': [
|
||||||
|
'News/Canada/Windsor',
|
||||||
|
],
|
||||||
'location': 'Windsor',
|
'location': 'Windsor',
|
||||||
'tags': ['cancer'],
|
'tags': [
|
||||||
|
'cancer',
|
||||||
|
],
|
||||||
'creator': 'Allison Johnson',
|
'creator': 'Allison Johnson',
|
||||||
'media_type': 'Excerpt',
|
'media_type': 'Excerpt',
|
||||||
},
|
},
|
||||||
|
|
|
@ -73,7 +73,9 @@ class MediasetIE(ThePlatformBaseIE):
|
||||||
'season_number': 5,
|
'season_number': 5,
|
||||||
'episode_number': 5,
|
'episode_number': 5,
|
||||||
'chapters': [{'start_time': 0.0, 'end_time': 3409.08}, {'start_time': 3409.08, 'end_time': 6565.008}],
|
'chapters': [{'start_time': 0.0, 'end_time': 3409.08}, {'start_time': 3409.08, 'end_time': 6565.008}],
|
||||||
'categories': ['Informazione'],
|
'categories': [
|
||||||
|
'Informazione',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
# DRM
|
# DRM
|
||||||
|
@ -150,7 +152,9 @@ class MediasetIE(ThePlatformBaseIE):
|
||||||
'season_number': 12,
|
'season_number': 12,
|
||||||
'episode': 'Episode 8',
|
'episode': 'Episode 8',
|
||||||
'episode_number': 8,
|
'episode_number': 8,
|
||||||
'categories': ['Intrattenimento'],
|
'categories': [
|
||||||
|
'Intrattenimento',
|
||||||
|
]
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
|
|
|
@ -53,7 +53,10 @@ class NBCIE(ThePlatformIE): # XXX: Do not subclass from concrete IE
|
||||||
'chapters': 'count:1',
|
'chapters': 'count:1',
|
||||||
'tags': 'count:4',
|
'tags': 'count:4',
|
||||||
'thumbnail': r're:https?://.+\.jpg',
|
'thumbnail': r're:https?://.+\.jpg',
|
||||||
'categories': ['Series/The Tonight Show Starring Jimmy Fallon'],
|
'categories': [
|
||||||
|
'Series/The Tonight Show Starring Jimmy Fallon'
|
||||||
|
],
|
||||||
|
'creator': None,
|
||||||
'media_type': 'Full Episode',
|
'media_type': 'Full Episode',
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
|
@ -133,7 +136,9 @@ class NBCIE(ThePlatformIE): # XXX: Do not subclass from concrete IE
|
||||||
'tags': 'count:10',
|
'tags': 'count:10',
|
||||||
'age_limit': 0,
|
'age_limit': 0,
|
||||||
'thumbnail': r're:https?://.+\.jpg',
|
'thumbnail': r're:https?://.+\.jpg',
|
||||||
'categories': ['Series/Quantum Leap 2022'],
|
'categories': [
|
||||||
|
'Series/Quantum Leap 2022',
|
||||||
|
],
|
||||||
'media_type': 'Highlight',
|
'media_type': 'Highlight',
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user