index
:
wikiget.git
docstrings
master
MediaWiki file downloader (mirror of https://github.com/clpo13/wikiget)
Cody Logan <cody@lokken.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wikiget
/
wikiget.py
Age
Commit message (
Expand
)
Author
2023-11-01
Condense parser construction logic
Cody Logan
2023-11-01
Make process_download return an exit code instead of exiting directly
Cody Logan
2023-11-01
Refactor download processing code and add some tests
Cody Logan
2023-10-30
Check for existing files earlier to avoid unnecessary API calls
Cody Logan
2023-10-30
Code cleanup
Cody Logan
2023-10-24
Add dry run option, to test processing without actually downloading anything
Cody Logan
2023-10-24
Use per-module loggers and tweak initial log config
Cody Logan
2023-10-23
Factor out usage of args object in log configuration
Cody Logan
2023-10-20
Add type annotations to source files
Cody Logan
2023-10-20
Move logging configuration to new file
Cody Logan
2023-10-20
Move batch_download function to proper file
Cody Logan
2023-10-20
Reorganize File class
Cody Logan
2023-10-20
Fix bug in batch downloading
Cody Logan
2023-10-17
Clean up exception handling and error messages
Cody Logan
2023-10-13
Refactor parsing logic and revise exception handling
Cody Logan
2023-10-13
Revise batch file parsing to ignore blank and commented lines
Cody Logan
2023-10-13
Change logfile log level to debug
Cody Logan
2023-10-13
Refactor code and improve docstrings
Cody Logan
2023-10-09
Style cleanup
Cody Logan
2023-10-03
Reduce repeated code in log configuration
Cody Logan
2023-10-03
Add parallel download option in batch mode
Cody Logan
2023-10-03
Refactor for better code organization
Cody Logan
2023-10-03
Add short user and pass options
Cody Logan
2023-10-03
Update README and do some code cleanup
Cody Logan
2023-09-26
Style and format fixes
Cody Logan
2023-09-26
Merge branch 'logging' into dev
Cody Logan
2023-09-26
Reorganize file tree
Cody Logan
2023-09-26
Reorganize code into src layout
Cody Logan