Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
urlwatch
> urlwatch-html2txt_lynx-timeout.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File urlwatch-html2txt_lynx-timeout.patch of Package urlwatch
--- lib/urlwatch/html2txt.py.orig 2014-07-20 19:52:56.332712332 +0200 +++ lib/urlwatch/html2txt.py 2014-07-20 19:55:17.800443594 +0200 @@ -57,7 +57,7 @@ return d if method == 'lynx': - cmd = ['lynx', '-dump', '-stdin'] + cmd = ['lynx', '-dump', '-stdin','-connect_timeout=10'] if utf8: cmd.append('-assume_charset=UTF-8')