From 6686b2cd03c24babf9023c4305400834a7c736ff Mon Sep 17 00:00:00 2001 From: imDMG Date: Thu, 17 Jan 2019 22:28:01 +0500 Subject: [PATCH] add config file --- kinozal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kinozal.json diff --git a/kinozal.json b/kinozal.json new file mode 100644 index 0000000..836d9b9 --- /dev/null +++ b/kinozal.json @@ -0,0 +1,11 @@ +{ + "username": "USERNAME", + "password": "PASSWORD", + "proxy": false, + "proxies": { + "http": "proxy.example.org:8080", + "https": "proxy.example.org:2020" + }, + "log": "os.path.abspath(os.path.join(os.path.dirname(__file__), '../../logs', 'kinozal.log'))", + "ua": "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0" +} \ No newline at end of file