Download Tencent Videos

Mostly based on 流水账:如何使用 annie 批量下载优酷 VIP 视频

using annie, ffmpeg

Both of them can be installed on macOS via homebrew

1
2
brew install annie
brew install ffmpeg

Get cookies

  • In console (Dev. Tools): document.cookie
  • Or you can use EditThisCookie to get cookie of a vip account

Get url

Copy each episode or follow the guide, grap href using online tools:http://tools.buzzstream.com/link-building-extract-urls

It might be easier for a few episodes to just copy and paste

Download

1
2
3
4
# check info
annie -i -f fhd -c qqvip.txt -F s01.csv
# download fhd if present
annie -f fhd -c qqvip.txt -F s01.csv

Extra

Most of the time is from connection and the actual download time is quite fast.

Built with Hugo
Theme Stack designed by Jimmy