CWHer / PixivCrawler

Pixiv Utils implemented in Python, including Pixiv Crawler and Mosaic Puzzles, support for rankings, personal bookmarks, artist works and keyword search for personalized filtering, and provide high-performance multi-threaded parallel download. 🤗
GNU General Public License v3.0
223 stars 28 forks source link

Returning image URLs instead of downloading images #24

Closed KuroganeToyama closed 1 month ago

KuroganeToyama commented 1 month ago

I'm wondering if it's possible to implement a method that instead of downloading images, would simply collect the source URL of each image collected. This would be really useful, as people (and me 😅 ) could use that to integrate this crawler into developing our own APIs, while still respecting the artists.

I had this thought because I wanna be able to use your tool to let the Discord bot do some more fun for the little server of me and my friends 😅

I think (very subjective statement here) that this feature should be not too hard, from my glance at the source code, but do correct me if I'm wrong 😅

CWHer commented 1 month ago

Will be done this week.

KuroganeToyama commented 1 month ago

Thanks a lot! I'd also really appreciate if you could give me update when you've implemented the feature. But if you do hit a block, do update me as well, and maybe I could be of some help. Thanks again! 😁

CWHer commented 1 month ago
CWHer commented 1 month ago

PyPI version will be updated soon.

KuroganeToyama commented 1 month ago

Hi there, thank you so much for the hard work! I took a look through the repo and it looked great! I'll wait for the updated package. Once again, thanks a lot!

CWHer commented 1 month ago

The new version v1.0.1 has been released to PyPI.

KuroganeToyama commented 1 month ago

The package is working great! Thank you so much for all the work 😄