diff options
-rw-r--r-- | requirements.txt | 1 | ||||
-rw-r--r-- | walker.py | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 9fe49be..bebaa03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -coloredlogs
requests
@@ -1,5 +1,4 @@ import argparse
-import coloredlogs
import json
import logging
import os
@@ -12,8 +11,6 @@ os.system('cls||clear') print('COMICWALKER-DL\n')
-coloredlogs.install(fmt='%(asctime)s,%(msecs)03d - %(levelname)s - %(message)s')
-
parser = argparse.ArgumentParser()
parser.add_argument('-cid', help='content id, &cid={...}. see url when reading a chapter')
parser.add_argument('-nolog', help='no progressive download logs on terminal', action="store_true")
|