I. 找到对应的账号,http://www.gzhshoulu.wang/
比如,http://www.gzhshoulu.wang/account_ArchNotes.html
比如,http://www.gzhshoulu.wang/account_ArchNotes.html
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Special</key> | |
<dict/> | |
<key>Yun</key> | |
<dict> | |
<key>;</key> | |
<string>ing</string> |
# 00. Install ffmpeg first | |
brew install ffmpeg | |
# 01. Download from m3u8 URL, and combine the ts file into one mp4 | |
ffmpeg -user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7" -c copy video.mp4 -i [http://source.m3u8] |