Twitter/X Media Downloader

Download videos/pictures with one click | Automatically package them into a ZIP file for batch download

< Feedback on Twitter/X Media Downloader

Question/comment

§
Posted: 2025-08-17

好用!但在有引用贴文的文章會下載到引用貼文的圖片而已Q_)Q

§
Posted: 2025-08-23

把第406行的
let tweet = json.quoted_status_result?.result?.legacy?.media//此媒体存在,属于引用推文
|| json.quoted_status_result?.result?.legacy
|| json.legacy

後面兩句"|| json.quoted_status_result?.result?.legacy"與"|| json.legacy"上下對調

變為
let tweet = json.quoted_status_result?.result?.legacy?.media//此媒体存在,属于引用推文
|| json.legacy
|| json.quoted_status_result?.result?.legacy

大致上可以解決問題,如果有什麼東西在改完後會下載錯,再改回來(目前個人在對調後沒遇過錯的)

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。