Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add cbz making scriptmain | garret | 2023-07-13 | 1 | -0/+4 |
| | |||||
* | update README | garret | 2023-07-13 | 1 | -30/+19 |
| | |||||
* | add unix shebang, change perms to executable | garret | 2023-07-13 | 1 | -0/+1 |
| | |||||
* | switch to unix line endings | garret | 2023-07-13 | 1 | -121/+121 |
| | | | | really should have done this at the start but oh well | ||||
* | update argparse help | garret | 2023-07-13 | 1 | -2/+2 |
| | |||||
* | extract cids from urls | garret | 2023-07-13 | 1 | -2/+27 |
| | | | | works with /viewer/ chapter urls and /contents/detail/ series urls | ||||
* | remove done | garret | 2023-07-13 | 1 | -2/+0 |
| | |||||
* | remove newlines from prints | garret | 2023-07-13 | 1 | -2/+2 |
| | |||||
* | make cid a positional argument | garret | 2023-07-13 | 1 | -5/+1 |
| | | | | | walker.py [the cid] rather than walker.py -cid [the cid] | ||||
* | -nolog -> -v/--verbose | garret | 2023-07-13 | 1 | -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 scrambled | garret | 2023-07-13 | 1 | -5/+9 |
| | |||||
* | remove unnecessary argparse arguments | garret | 2023-07-12 | 1 | -1/+1 |
| | | | | you don't need to specify --help if no arguments, that's the default behaviour | ||||
* | use the nice features that make life easier | garret | 2023-07-12 | 1 | -4/+4 |
| | |||||
* | add gitignore | garret | 2023-07-12 | 1 | -0/+1 |
| | | | | easier to work with when i dont have the stuff i've downloaded polluting git things | ||||
* | whitespace | garret | 2023-07-12 | 1 | -5/+5 |
| | | | | | remove trailing whitespace, add newline at end (automatic changes by my text editor) | ||||
* | do not do unusual things on startup | garret | 2023-07-12 | 1 | -4/+0 |
| | |||||
* | make paths work on linux | garret | 2023-07-12 | 1 | -2/+2 |
| | |||||
* | remove coloured logs | garret | 2023-07-12 | 2 | -4/+0 |
| | |||||
* | Create README.md | jeondae | 2022-04-24 | 1 | -0/+53 |
| | |||||
* | Delete README.md | jeondae | 2022-04-24 | 1 | -53/+0 |
| | |||||
* | Update README.md | jeondae | 2022-04-23 | 1 | -2/+2 |
| | |||||
* | Add files via upload | jeondae | 2022-04-23 | 3 | -0/+161 |
| | |||||
* | Initial commit | jeondae | 2022-04-23 | 1 | -0/+21 |