aboutsummaryrefslogtreecommitdiffstats
path: root/walker.py
Commit message (Collapse)AuthorAgeFilesLines
* remove newlines from printsgarret2023-07-131-2/+2
|
* make cid a positional argumentgarret2023-07-131-5/+1
| | | | | walker.py [the cid] rather than walker.py -cid [the cid]
* -nolog -> -v/--verbosegarret2023-07-131-6/+5
| | | | | make more logs a thing you opt into rather than something you opt out of also actually fixed the logging that i broke by getting rid of colourlog
* fix error if page is not scrambledgarret2023-07-131-5/+9
|
* remove unnecessary argparse argumentsgarret2023-07-121-1/+1
| | | | you don't need to specify --help if no arguments, that's the default behaviour
* use the nice features that make life easiergarret2023-07-121-4/+4
|
* whitespacegarret2023-07-121-5/+5
| | | | | remove trailing whitespace, add newline at end (automatic changes by my text editor)
* do not do unusual things on startupgarret2023-07-121-4/+0
|
* make paths work on linuxgarret2023-07-121-2/+2
|
* remove coloured logsgarret2023-07-121-3/+0
|
* Add files via uploadjeondae2022-04-231-0/+106