aboutsummaryrefslogtreecommitdiff
path: root/wikiget/wikiget.py
AgeCommit message (Collapse)Author
2020-07-22Update program help textCody Logan
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-28Split main file into separate chunksCody Logan
2020-01-06Prevent unintended behavior when combining -o and -aCody Logan
When batch downloading files with -a, specifying an output name with -o will result in only the first file being downloaded. If -f is also given, then only the last file is kept (with the previous ones being overwritten). This is not ideal behavior, so the ability to specify an output filename has been disabled when running wikiget in batch mode. In the future, -o could be used as a template string or prefix when in batch mode, along the lines of what youtube-dl does.
2020-01-03Code cleanupCody Logan
2020-01-03Temporarily revert "Drop support for Python 2."Cody Logan
This reverts commit 3c2d03f02e644b8afc5178f7c1a11d50d6b21118.
2020-01-03Merge branch 'master' of github.com:clpo13/wikigetCody Logan
2020-01-03Drop support for Python 2.Cody Logan
2019-12-06Switch to Wikimedia Commons as default siteCody Logan
Commons is intended as a repository for freely-usable media, so it makes more sense for it to be the default, and most images on Wikimedia sites (like English Wikipedia) are also available there. The functionality for specifying alternate sites is left in case users want to download fair-use media, which is not available on Commons, as well as for the possible future integration with non-Wikimedia MediaWiki sites (like Fandom/Wikia).
2019-10-02Shorten the repository namev0.2.1Cody Logan
2019-10-02Amend copyright notices and license statementsCody Logan
2019-09-26Add batch file functionality for downloading multiple filesv0.2.0Cody Logan
2019-09-18Update user agentv0.1.6Cody Logan
2019-08-05Update licensing language and comment stylev0.1.5Cody Logan
2019-08-05Fix mwclient version referenceCody Logan
2019-06-14Case insensitive check for File: prefixv0.1.2Cody Logan
2019-06-14Initial file integrity checkingCody Logan
2019-06-14Documentation updatesCody Logan
2019-01-08Additional comments and clarificationsCody Logan
2019-01-07Fix problem reading certain file namesCody Logan
URLs with encoded non-ASCII characters and files with spaces can now be downloaded as expected.
2018-12-14Split site and file checks to their own functionsCody Logan
2018-12-13Remove utf-8 comments to fix a problem with Python 2Cody Logan
2018-12-13Pylint cleanupCody Logan
2018-12-13Initial programCody Logan