factorize wget user agent

This commit is contained in:
Christophe Benz 2010-11-16 12:16:14 +01:00
commit afae06efc1
3 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ from weboob.backends.cragr import pages
class Cragr(BaseBrowser):
PROTOCOL = 'https'
ENCODING = 'utf-8'
USER_AGENT = 'Wget/1.11.4'
USER_AGENT = BaseBrowser.USER_AGENTS['wget']
is_logging = False