factorize wget user agent
This commit is contained in:
parent
0c0d63a9e0
commit
afae06efc1
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue