[utils] Add common user agents map
This commit is contained in:
parent
d2d2495e16
commit
fb37eb25d9
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ std_headers = {
|
|||
}
|
||||
|
||||
|
||||
USER_AGENTS = {
|
||||
'Safari': 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27',
|
||||
}
|
||||
|
||||
|
||||
NO_DEFAULT = object()
|
||||
|
||||
ENGLISH_MONTH_NAMES = [
|
||||
|
|
Loading…
Reference in a new issue