Download and concatenate fragmented videos from any website with ease!
-
Go to a website where you want to download a video.
-
Open the web inspector (Safari and Chrome: COMMAND + OPTION + I or CTRL + ALT + I). Go to the Network tab
-
Find something that looks like that
media_*.ts
. File name can be different, but it should have numbers in it. Click on a file. -
Copy the url of the file.
-
Then determine what number refers to the first fragment of the video. In my case its
0
. The same thing goes for the last part. Run through the video to the end and find the last number. In my case it is2404
-
Replace digits that unique for every fragment with
{i}
. Then enter the numbers that refers to the first part of the video and the last part. Should look like this: -
Press
start
and watch for the directory when you opened the app.
The app generates two folders: the one for logs, and the other one for output file.
Your concatenated file is temp/output.{YOUR_FILE_EXTENSION}
. The raw fragments placed at temp/videos
- No quality loss!
- Requires FFMPEG! Get it here