aboutsummaryrefslogtreecommitdiff
path: root/wikiget/dl.py
AgeCommit message (Collapse)Author
2021-12-07Standardize on double quotesCody Logan
2021-12-06Consistent message loggingCody Logan
Use Python's logging faciility for messages instead of printing to stdout (except for download progress bars).
2021-10-12Drop support for EOL Python 3.5Cody Logan
2020-08-21Make chunk size a constantCody Logan
2020-08-21Code cleanup, more consistent quotesCody Logan
2020-08-21Remove unused variableCody Logan
2020-07-22Additional error handling for non-Wikimedia sitesCody Logan
Also add some more debugging messages for use with -vv
2020-07-22Update copyright noticesCody Logan
2020-07-22Support private mediawiki (#1)Tao Lin
* add relative path support. * add username and password support. Co-authored-by: Cody Logan <clpo13@gmail.com>
2020-01-28Code cleanupCody Logan
2020-01-28Clean up progress bars once download is complete, unless -v is specifiedCody Logan
2020-01-28Better feedback when input can't be downloadedCody Logan
2020-01-28Split main file into separate chunksCody Logan