Twitter 媒体下载

一键保存视频/图片

< 脚本 Twitter 媒体下载 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-03-15

For the new March 2025 issue you can change the 0 to a 1 in line 303ish to get it working again:

let tweet_entrie = tweet_detail.data.threaded_conversation_with_injections_v2.instructions[0].entries.find(n => n.entryId == `tweet-${status_id}`);

change to

let tweet_entrie = tweet_detail.data.threaded_conversation_with_injections_v2.instructions[1].entries.find(n => n.entryId == `tweet-${status_id}`);

§
发布于:2025-03-16

修改完就继续可以使用了,谢谢

§
发布于:2025-04-10

This option has not worked for me, it just spins non-stop.

§
发布于:2025-04-11

This option has not worked for me, it just spins non-stop.

Me too

发布留言

登录以发布留言。