Question How to Download Recurbate Videos

danksta1

Bathwater Drinker
Apr 21, 2022
153
2,822
1,252
0fya082315al84db03fa9bf467e3.png
They changed the index.m3u8 file format. Anyone with a working solution? The python script has stopped working for me.
 

glokha

Bathwater Drinker
Mar 11, 2022
182
3,761
1,249
0fya082315al84db03fa9bf467e3.png
says "please modify config.json", Not sure what I'm doing wrong. Pasted URL, cookie data & user agent data as shown. Also made sure all the " and ] aren't missing anywhere like last time which was the case.
 

LovelyBlacky

Lurker
Jul 5, 2023
1
0
46
0fya082315al84db03fa9bf467e3.png
what do you do when this appear
"Downloading HTML: Failed Retrying...
StatusCode:403 Error:<nil>
Cloudflare Blocked: Failed on url:
Please, Log in or Register to see links and images
"
Im loged in to the 7 days accout when i copy the cookies and tried multiple times. plz help
 

TarteAuxFions

Fan
Mar 12, 2022
14
72
329
0fya082315al84db03fa9bf467e3.png
Ok guys I will teach you how to download any part of a video with ffmpeg. But I'm not going to teach you how to use ffmpeg.

What you need:
- A free premium account (the 7 days, figure it out by yourself how to get it. Use Tor with Brave, it's quite simple)
- Google Chrome (does not work with other browsers)
- the free Chrome extension "video m3u8 sniffer"

I will share this image with you so that you can properly understand what you need to replace.

In red: user_agent, to know your "user_agent" you just have to type in the Google search "my user agent", the browser will give it to you. You will just have to replace the link with yours.

In blue: This is the start of the part of the video you want to download. For example, if the video lasts 2 hours, and you want 15 minutes from 29 minutes, you start by writing 00:29:00 and 00:15:00. (in fact you have to do a slight calculation if you want to be very precise, but if you are lazy I advise you to use round numbers each time.)

In green: the link to the video which will be offered to you with the extension "video m3u8 sniffer" when you click on the video. You just have to click on "copy" and it will directly copy it (no need to highlight it.) Then you will just have to paste it instead.

Instead of "name".mp4 you write whatever you want. But don't use - . For example if you want to write a date write name2024.07.05.mp4 but not name2024-07-05.mp4 because it will count as a command.

The download is "quite slow", if you have a good connection it will literally take the time you write. For example, if you want to download 00:10:00 minutes of a video, it will take 10 minutes to download.

You can only download 3 videos at the same time by opening another command prompt.

I advise you to save this prompt in Wordpad, so when you want to download a video you just have to replace the link and write the duration. No need to rewrite the user_agent and all the commands...


Please, Log in or Register to see links and images


ffmpeg -v warning -stats -re -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/____ (KHTML, like Gecko) Chrome/___._._._ Safari/___.__" -multiple_requests 1 -ss 00:29:00 -i "
Please, Log in or Register to see links and images
" -c copy -t 00:15:00 name.mp4
 

by5q

Tier 2 Sub
Nov 1, 2022
61
216
252
0fya082315al84db03fa9bf467e3.png
Does anyone else have a slow download speed problem ? Using cmd, idm, filecxx, all of them stuck at 1.2mb is it a servers problem or ?