Greasy Fork 支持简体中文。

SaveAsZip for Patreon

一鍵下載帖子内所有圖片,並保存為ZIP文件。

< 腳本SaveAsZip for Patreon的回應

評論:正評 - 腳本一切正常

§
發表於:2023-08-07

The script works fine. If feasible, please add the post date to the file name and save the post text in a txt file.

天音作者
§
發表於:2023-08-07

post text not in plan
but you can modify the code in line 98

98:    let save_zip_name = `patreon_${user_name}_${user_id}_${post_id}_${post_title}_images.zip`;
    to
98:    let save_zip_name = `patreon_${user_name}_${user_id}_${post_id}_${created}_${post_title}_images.zip`;
99:    save_zip.file('post_content.txt', post.data.attributes.content);

§
發表於:2023-08-07

post text not in plan
but you can modify the code in line 98

98:    let save_zip_name = `patreon_${user_name}_${user_id}_${post_id}_${post_title}_images.zip`;
    to
98:    let save_zip_name = `patreon_${user_name}_${user_id}_${post_id}_${created}_${post_title}_images.zip`;
99:    save_zip.file('post_content.txt', post.data.attributes.content);

Thank you for your guidance. The script is now almost perfect for me.

§
發表於:2023-08-18

就是好用,谢谢作者。无条件支持

發表回覆

登入以回復