Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Saebasol/rabbit-ark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.