jussike

Results 7 comments of jussike

@codeplea Could you merge this PR?

Works for me. Is that Rohitbels's workaround safe for fixing the issue @webknjaz ?

It's not difficult to find some video title which fails. In my log file, I used this path: Areena -> Programs -> Afrikan jako -> Afrikan jako Similar failing item...

That's little weird. These videos can be played on OS X too. Then I found title "Alamaailma" which stops every time after one second on OS X but works well...

This really fixes the problem, thank you :) Python thinks that "0" > 0. But casting to int is better to do after this if-block if useSocks == 'no':

I'm using this simple patch. ``` --- yleareena.py.original 2015-02-15 22:51:50.221594305 +0200 +++ yleareena.py.patched 2015-02-15 22:53:00.298316393 +0200 @@ -76,6 +76,7 @@ if useSocks == 'no': useSocks = 0 + useSocks =...