Skip to main content

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"

Instruction:

  1. F12 on Browser
  2. CTRL+R on the page, Click on The Play button
  3. look for filter: videomanifest?provider
  4. Stop The Play
  5. Find "index&format=dash" and remove all after that including &
  6. Copy from the beginning of url to the end.
  7. Use two option above