Twitter Media Downloader

Save Video/Photo by One-Click.

< Обсуждения: Twitter Media Downloader

Отзыв: Хороший — скрипт работает как нужно

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}`);

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

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

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

Me too

Ответить

Войдите, чтобы ответить.