mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[extractor/generic] Add publish date to entries
Uses the pubDate tag contained on most podcast xml files.
This commit is contained in:
parent
2297c0d7d9
commit
42f8a71af1
@ -2183,6 +2183,7 @@ class GenericIE(InfoExtractor):
|
||||
'_type': 'url_transparent',
|
||||
'url': next_url,
|
||||
'title': it.find('title').text,
|
||||
'publish_date': unified_strdate(it.find('pubDate').text),
|
||||
})
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user