Browse Source

modify readme

liuyuqi-dellpc 7 months ago
parent
commit
667c161dbb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -7,7 +7,8 @@ Server-side, download QQ email attachments
 1. Use Chrome DevTools (F12) to obtain the download link and cookie.
 2. Download `download_qq_tar` and execute:
 ```
-wget https://xx.com/download_qq_tar.tar.gz
+wget https://fileshare.yoqi.me/d/dl/c/Python/download_qq_tar/download_qq_tar
+chmod +x download_qq_tar
 ./download_qq_tar <url> <cookie>
 ```
 There are two parameters: URL and cookie. The cookie needs to be separated by semicolons, e.g., `pac_uid=0_FJizADikrJ5DM; _qimei`. You can copy it directly from Chrome.