Rule34Vault CLI
Added 2025-01-25 00:58:36 +0000 UTCThis script allows you to efficiently download content from Rule34Vault:
Individual posts: Download all the multimedia content of a publication.
Playlists: Download the multimedia content of all publications in a playlist.
Specific tags: Download publications associated to a tag.
Before use, install the following libraries:
pip install requests beautifulsoup4 tqdm argparse
How to use
Download all the images and videos of a post.
python rule34.py "https://rule34vault.com/post/12345" --all
Download only images from all publications in a playlist.
python rule34.py "https://rule34vault.com/playlists/view/67890" --img
Download only videos of posts associated to a tag.
python rule34.py "https://rule34vault.com/tag/sometag" --vid
Download options:
--img: Download images only.
--vid: Download videos only.
--all: Download all content (default).