This commit is contained in:
#!/bin/BasH 2020-09-27 20:42:12 +02:00 committed by GitHub
commit 83c877b838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2198,6 +2198,7 @@ class GenericIE(InfoExtractor):
'_type': 'url_transparent',
'url': next_url,
'title': it.find('title').text,
'publish_date': unified_strdate(it.find('pubDate').text),
})
return {