From 7ea89b514a4e3f04875d469314d9dbec68300a57 Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Tue, 29 Aug 2023 21:30:40 +0100 Subject: [PATCH 1/2] Update README.md mediawiki scraper to mediawiki-dump-generator --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d8516..c361189 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Upstream to Sort -This repository contains the parts of [`wikiteam`](https://github.com/WikiTeam/wikiteam/) that haven't become part of [`mediawiki-scraper`](https://github.com/mediawiki-client-tools/mediawiki-scraper/) so that we can remove them from the main branch without completely forgetting they exist. +This repository contains the parts of [`wikiteam`](https://github.com/WikiTeam/wikiteam/) that haven't become part of [`mediawiki-dump-generator`](https://github.com/mediawiki-client-tools/mediawiki-dump-generator/) so that we can remove them from the main branch without completely forgetting they exist. -The code in this repository probably doesn't work, but it may be possible to make it compatible with `mediawiki-scraper`. +The code in this repository probably doesn't work, but it may be possible to make it compatible with `mediawiki-dump-generator`. > **Note:** This repository still has the config files for [`pre-commit`](https://pre-commit.com/) and [`markdownlint`](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) if you'd like to use them to check your code. From 979155bbd10571f0ed3a34de5b4598124c1961c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 20:33:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- wikiteam/uploader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wikiteam/uploader.py b/wikiteam/uploader.py index c2e5480..256ae31 100644 --- a/wikiteam/uploader.py +++ b/wikiteam/uploader.py @@ -28,7 +28,6 @@ import requests from internetarchive import get_item - from wikiteam3.dumpgenerator.config import Config from wikiteam3.utils import domain2prefix, getUserAgent