Skip to content

Commit

Permalink
bump 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Aug 7, 2024
1 parent b821fb4 commit 5ad4501
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Data to download:
--xml Export XML dump using Special:Export (index.php).
(supported with --curonly)
--curonly store only the lastest revision of pages
--curonly store only the latest revision of pages
--xmlapiexport Export XML dump using API:revisions instead of
Special:Export, use this when Special:Export fails and
xmlrevisions not supported. (supported with --curonly)
Expand All @@ -123,7 +123,9 @@ Image dump options:
--bypass-cdn-image-compression
Bypass CDN image compression. (CloudFlare Polish,
etc.)
etc.) [WARNING: This will increase CDN origin traffic,
and not effective for all HTTP Server/CDN, please
don't use this blindly.]
--image-timestamp-interval 2019-01-02T01:36:06Z/2023-08-12T10:36:06Z
Only download images uploaded in the given time
interval. [format: ISO 8601 UTC interval] (only works
Expand Down Expand Up @@ -162,7 +164,7 @@ Meta info:
wikiteam3uploader params:
--upload (run `wikiteam3uplaoder` for you) Upload wikidump to
Internet Archive after successfully dumped
-g UPLOADER_ARGS, --uploader-arg UPLOADER_ARGS
-g, --uploader-arg UPLOADER_ARGS
Arguments for uploader.

```
Expand Down Expand Up @@ -243,11 +245,11 @@ positional arguments:
options:
-h, --help show this help message and exit
-kf KEYS_FILE, --keys_file KEYS_FILE
-kf, --keys_file KEYS_FILE
Path to the IA S3 keys file. (first line: access key,
second line: secret key) [default:
~/.wikiteam3_ia_keys.txt]
-c {opensource,test_collection,wikiteam}, --collection {opensource,test_collection,wikiteam}
-c, --collection {opensource,test_collection,wikiteam}
--dry-run Dry run, do not upload anything.
-u, --update Update existing item. [!! not implemented yet !!]
--bin-zstd BIN_ZSTD Path to zstd binary. [default: zstd]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
name = "wikiteam3"
version = "4.2.6"
version = "4.3.0"
description = "Tools for downloading and preserving MediaWikis. We archive MediaWikis, from Wikipedia to tiniest wikis."
license = {text = "GPL-3.0-or-later"}
requires-python = "<4.0.0,>=3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion wikiteam3/dumpgenerator/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "4.2.6"
__VERSION__ = "4.3.0"


def getVersion():
Expand Down

0 comments on commit 5ad4501

Please sign in to comment.