FudgeRK / MyfansDownloader

Scrap post and Download video
GNU General Public License v3.0
7 stars 1 forks source link

Adds script for batch download images #1

Closed Shenggang closed 7 months ago

Shenggang commented 7 months ago

Usage

Same interactive pattern as myfans_scrap.py except the script also downloads all available images from the creator. The images will be stored in {output_dir}/{creator name}/ with name pattern

{creator}_{publish_date}-{index}.{ext}

e.g. someone_2023-11-22-1.jpg. Images that already exist are skipped.

Shenggang commented 7 months ago

Also, thanks for the initiatives!