forked from wikimedia/pywikibot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Add a memento_client fix to the framework
- add memento module and import MementoClient and MementoClientException. Derive MementoClient and add timout parameters for several methods. The implementation was originally made with this commit: mementoweb/py-memento-client@15dc9f5 - move weblinkchecker._get_closest_memento_url() to memento.py as get_closest_memento_url() but keep the blame history - use pywikibot logging system - set memento_client requirement to ==0.6.1 - update weblinkchecker.py script - update tests and rename weblinkchecker_tests to memento_tests - update doc - update license Bug: T185561 Change-Id: I137a27ad198f0e0aae713c888401265f7aca187b
- Loading branch information
Showing
10 changed files
with
331 additions
and
776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.