Skip to content

project-violet/koromo-copy-app

Repository files navigation

Koromo Copy

Koromo Copy is a cross platform image downloader.

How to use?

Put the URL of the site you want to download.

./Koromo_Copy.Console https://www.instagram.com/taylorswift/

If you want to see the download process, add -p option.

./Koromo_Copy.Console https://www.instagram.com/taylorswift/ -p

If you want to format the download path, enter --list-extractor to see the supported options. %(file)s and %(ext)s are provided by default.

./Koromo_Copy.Console --list-extractor

...
[InstagramExtractor]
[HostName] www\.instagram\.com
[Checker] ^https?://www\.instagram\.com/(?:p\/)?(?<id>.*?)/?.*?$
[Information] Instagram extactor info
   user:             Full-name.
   account:          User-name
[Options]
   --only-images               Extract only images.
   --only-thumbnail            Extract only thumbnails.
   --include-thumbnail         Include thumbnail extracting video.
   --limit-posts               Limit read posts count. [use --limit-posts <Number of post>]
...

./Koromo_Copy.Console -o "[%(account)s] %(user)s/%(file)s.%(ext)s" https://www.instagram.com/taylorswift/

Android

You can download my app on https://play.google.com/store/apps/details?id=com.koromo_project.koromo_copy

Documents

Development Manual

Apply to my project

Custom Crawler

General

Contribution

Welcome to any form of contribution!

If you are interested in this project or have any suggestions, feel free to open the issue!

About

Cross-Platform program to extract images, text, music from many sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages