aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16Update .travis.ymlCody Logan
Python 3.8 out of development
2019-10-14Update README.mdCody Logan
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-05Add test for hash verificationCody Logan
2019-08-05Documentation fixes in READMECody Logan
2019-08-05Specify a minimum mwclient version in setup.pyCody Logan
mwclient < 0.10.0 uses __ver__ to specify the library version, but 0.10.0 uses __version__. This complements the fix made in de20dd7.
2019-08-05Bump versionv0.1.4Cody Logan
2019-08-05Fix mwclient version referenceCody Logan
2019-06-14Drop support for Python 3.4v0.1.3Cody Logan
2019-06-14Case insensitive check for File: prefixv0.1.2Cody Logan
2019-06-14Initial file integrity checkingCody Logan
2019-06-14TODO updatesCody Logan
2019-06-14Merge branch 'master' of https://github.com/clpo13/python-wikigetCody Logan
2019-06-14Documentation updatesCody Logan
2019-04-12Update copyright noticesCody Logan
2019-01-10Revert "Try re-adding 2.6 and 3.3 support"Cody Logan
This reverts commit d44470cccc9e6ade2ef36439d66373df2f66be7e.
2019-01-10Try re-adding 2.6 and 3.3 supportCody Logan
2019-01-08Additional comments and clarificationsCody Logan
2019-01-07Bump versionv0.1.1Cody Logan
2019-01-07Specify coding in test fileCody 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-14Update setup.pyv0.1.0Cody Logan
2018-12-14Update Travis CI for production PyPICody Logan
2018-12-14Update .travis.ymlCody Logan
2018-12-14Update .travis.ymlCody Logan
2018-12-14Test Travis PyPI integrationCody Logan
2018-12-14Fix Travis CI configCody Logan
Drop 2.6 and 3.3 since pytest doesn't support those versions Run on xenial to allow 3.7 and 3.8 tests to work (hopefully)
2018-12-14Create .travis.ymlCody Logan
2018-12-14Add some tests with pytestCody Logan
Can be run with `pytest` (if installed) or `python setup.py test`
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
2018-12-13Initial commitCody Logan