Question How to download from bestcam.tv? Devtools don't help

IronMug

Fan
Dec 8, 2023
4
61
325
0fya082315al84db03fa9bf467e3.png
I found this website (bestcam.tv) that has some cam streams I wanna download. First obstacle was to disable a JS script that redirected the webpage upon detection of devtools. I disabled this script but I can't find the video files/streams in the dev tools. Anybody can help?

Example video:
Please, Log in or Register to see links and images
 

Skylerlo

Bathwater Drinker
Apr 4, 2023
207
7,244
1,252
0fya082315al84db03fa9bf467e3.png
u can use ffmpeg to rip and combine the m3u8 file from the site
u can copy and paste this into cmd
Code:
Please, Log in or Register to view codes content!

if you dont have ffmpeg installed already follow this (for windows) :
1. get ffmpeg from
Please, Log in or Register to see links and images
, i recommend getting the full version
2. extract the .7z , if you dont have .7z u can get it from
Please, Log in or Register to see links and images

3. move the ffmpeg folder to "C:\" and rename the folder to 'FFmpeg' , should look like this
Please, Log in or Register to see links and images

Please, Log in or Register to see links and images


4. Open cmd as admin and add 'FFmpeg' to path by pasting
Code:
Please, Log in or Register to view codes content!
5. Open a new cmd panel and paste
Code:
Please, Log in or Register to view codes content!
to check if ffmpeg was correctly installed and your done
 
Last edited: