Warning! Only Python 3.9 or higher can guarantee normal operation.
Scalable downloader that downloads asynchronously
This program is inspired by YouTube-dl and Hitomi Downloader
You can Download in here
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.
Site | URL | Extractor release life cycle |
---|---|---|
Hitomi | https://hitomi.la | Alpha |
Pixiv | https://pixiv.net | Alpha |
Youtube | https://youtube.com | Alpha |
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.
Thank you very much to Kurt Bester for providing the source for Hitomi Downloader.
It was very helpful in the structure and concept.