Saebasol / rabbit-ark

Scalable downloader that downloads asynchronously

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rabbit Ark

Code Style

Warning! Only Python 3.9 or higher can guarantee normal operation.
Scalable downloader that downloads asynchronously

Description

This program is inspired by YouTube-dl and Hitomi Downloader

Download

You can Download in here

How to use

First you should specify which extractor to use

rabbitark pixiv

Then provide downloadable information, such as a link, via the --downloadable argument.

rabbitark pixiv --downloadable pixiv-artwork-url

After a while, you can see that the folder is created and the images are down.

For more information, check the -h argument.

Supported Sites

Site URL Extractor release life cycle
Hitomi https://hitomi.la Alpha
Pixiv https://pixiv.net Alpha
Youtube https://youtube.com Alpha

Script

You can learn how to write it in detail here.

If you want to publish the script after writing it, add it to the extractor folder and open the Pull Request.

Special Thanks

Thank you very much to Kurt Bester for providing the source for Hitomi Downloader.

It was very helpful in the structure and concept.

About

Scalable downloader that downloads asynchronously

License:MIT License


Languages

Language:Python 100.0%