7 lines
150 B
Python
Executable File
7 lines
150 B
Python
Executable File
# Trimmed down useragent that apparently they are fine with
|
|
CURSE_UA = {
|
|
'browser': 'chrome',
|
|
'platform': 'windows',
|
|
'mobile': False
|
|
}
|