Browse Source

[europa] Style fix: add whitespace after comma

totalwebcasting
Jaime Marquínez Ferrándiz 9 years ago
parent
commit
b203095d4c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/europa.py

+ 1
- 1
youtube_dl/extractor/europa.py View File

@ -63,7 +63,7 @@ class EuropaIE(InfoExtractor):
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…
Cancel
Save