Twitter Media Downloader

Save Video/Photo by One-Click.

< Σχολιασμός για τον κώδικα Twitter Media Downloader

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 15/03/2025

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

§
Δημοσιεύτηκε: 16/03/2025

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

§
Δημοσιεύτηκε: 10/04/2025

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

§
Δημοσιεύτηκε: 11/04/2025

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

Me too

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.