mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
8 lines
199 B
Python
8 lines
199 B
Python
import json
|
|
|
|
categories = json.load(open('data/categories.json'))
|
|
sorts = json.load(open('data/sorts.json'))
|
|
|
|
default_headers = {'User-Agent': 'pirate get'}
|
|
default_timeout = 10
|
|
colored_output = True |