mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 09:00:43 +01:00
Merge pull request #2006 from dstftw/master
[smotri] Fix duration field name
This commit is contained in:
commit
1fb8f09273
@ -202,7 +202,7 @@ def _real_extract(self, url):
|
||||
'uploader': video_uploader,
|
||||
'upload_date': video_upload_date,
|
||||
'uploader_id': video_uploader_id,
|
||||
'video_duration': video_duration,
|
||||
'duration': video_duration,
|
||||
'view_count': video_view_count,
|
||||
'age_limit': 18 if adult_content else 0,
|
||||
'video_page_url': video_page_url
|
||||
|
Loading…
Reference in New Issue
Block a user