Download Streaming Buffer Video
Open PowerShell
winget install --id yt-dlp.yt-dlp
Download aria2 để có speed x 2 download:
winget install --id=aria2.aria2 -e
Option 1:
yt-dlp "PasteShortenedURLhere" -o FilenameYouWant.mp4
Option 2:
ffmpeg -i "PasteShortenedURLhere" -codec copy FilenameYouWant.mp4
Nếu có xài aria2c để download thì thêm arguments vào:
--external-downloader aria2c
ví dụ: yt-dlp --external-downloader aria2c "VIDEO_URL"
yt-dlp --external-downloader aria2c --external-downloader-args "-x 16 -s 16 -k 1M" "VIDEO_URL"
Instruction:
- F12 on Browser
- CTRL+R on the page, Click on The Play button
- look for filter: videomanifest?provider
- Stop The Play
- Find "index&format=dash" and remove all after that including &
- Copy from the beginning of url to the end.
- Use two option above