mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[europa] Style fix: add whitespace after comma
This commit is contained in:
parent
f3b098fb90
commit
b203095d4c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def get_item(type_, preference):
|
|||
thumbnmail = xpath_text(playlist, './info/thumburl', 'thumbnail')
|
||||
upload_date = unified_strdate(xpath_text(playlist, './info/date', 'upload date'))
|
||||
duration = parse_duration(xpath_text(playlist, './info/duration', 'duration'))
|
||||
view_count = int_or_none(xpath_text(playlist,'./info/views', 'views'))
|
||||
view_count = int_or_none(xpath_text(playlist, './info/views', 'views'))
|
||||
|
||||
language_preference = qualities(preferred_langs[::-1])
|
||||
|
||||
|
|
Loading…
Reference in a new issue