youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b203095d4c95d471bc2ac7045693c6938ee914d1
parent f3b098fb90b985484d800fcdbfe18add2360e4df
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Fri,  2 Oct 2015 22:40:35 +0200

[europa] Style fix: add whitespace after comma

Diffstat:
Myoutube_dl/extractor/europa.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/europa.py b/youtube_dl/extractor/europa.py @@ -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])