[zype] improve extraction
- extract subtitles(closes #21258) - support URLs with alternative keys/tokens(#21258) - extract more metadata
This commit is contained in:
parent
90ea83c64d
commit
a9866c0366
3 changed files with 101 additions and 62 deletions
|
@ -2098,6 +2098,9 @@ class GenericIE(InfoExtractor):
|
|||
'ext': 'mp4',
|
||||
'title': 'Smoky Barbecue Favorites',
|
||||
'thumbnail': r're:^https?://.*\.jpe?g',
|
||||
'description': 'md5:5ff01e76316bd8d46508af26dc86023b',
|
||||
'upload_date': '20170909',
|
||||
'timestamp': 1504915200,
|
||||
},
|
||||
'add_ie': [ZypeIE.ie_key()],
|
||||
'params': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue