Change user agent to X11 mode for full page data
This commit is contained in:
parent
62923397b3
commit
70b6ae318a
2
buku.py
2
buku.py
@ -75,7 +75,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
|
||||
'x': '0', 'X': '1', 'y': '7', 'Y': '7;1', 'z': '2',
|
||||
}.items()}
|
||||
|
||||
USER_AGENT = 'Buku/{} (textmode; Linux x86_64; 1024x768)'.format(__version__)
|
||||
USER_AGENT = 'Buku/{} (X11; Linux x86_64; 1024x768)'.format(__version__)
|
||||
myheaders = None # Default dictionary of headers
|
||||
myproxy = None # Default proxy
|
||||
text_browsers = ['elinks', 'links', 'links2', 'lynx', 'w3m', 'www-browser']
|
||||
|
Loading…
x
Reference in New Issue
Block a user