I want to get several HD videos from mytaratata website such as this one : https://mytaratata.com/taratata/570/taratata-ndeg570
but I can't seem to figure how to download them using dev tools, I can snatch the url from there : https://taratata.net/570/9985-d330dd7f3bfb8be19289d02344e1adb4-1280x720.mp4 but I can't downlaod.
+ Reply to Thread
Results 1 to 9 of 9
-
Last edited by LaLunaDelCielo; 9th Jan 2023 at 00:59.
-
Did you try this ....
Code:curl -o "name1.mp4" "https://taratata.net/570/9985-14deeb6cd185569f624beef887f0e93e-1024x576.mp4" ^ -H "authority: taratata.net" ^ -H "accept: */*" ^ -H "accept-language: en-US,en;q=0.9" ^ -H "cache-control: no-cache" ^ -H "pragma: no-cache" ^ -H "range: bytes=4292608-" ^ -H "referer: https://mytaratata.com/" ^ -H "sec-fetch-dest: video" ^ -H "sec-fetch-mode: no-cors" ^ -H "sec-fetch-site: cross-site" ^ -H "sec-gpc: 1" ^ -H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
-
-
I have exactly the same expectation.
But how can I make this script work ? does it require to download an application ?
Thanks for helping. -
Neat Download Manager or IDM or many extensions from Chrome (Live Stream Downloader, Cococut Video Downloader,...)do the job for this site -
Thanks for your fast reply
I tried these tools/extensions but it didn't work
Here's the URL I'm trying to download from : https://mytaratata.com/taratata/576/pascal-obispo-alexia-gredy-les-longueurs-2023 -
With Neat Download Manager
[Attachment 74586 - Click to enlarge]
Start the freeware and keep active the extension in your browser.
your video
https://www.transfernow.net/dl/20231028px6Aqc5f -
Thanks a lot for your support ! of great help
of course you sent the right file, and everything was done...
anyway I tried again and it did work then !
Thanks again !
Similar Threads
-
Need help to download videos
By Superfil in forum Video Streaming DownloadingReplies: 48Last Post: 18th Sep 2024, 11:56 -
FFmpeg Windows builds at gyan.dev
By Gyan in forum Video ConversionReplies: 34Last Post: 11th Feb 2024, 10:46 -
How I can download this M3U8 link using steamlink or other tools?
By zydjohn in forum Newbie / General discussionsReplies: 4Last Post: 24th May 2022, 15:09 -
Is there any tools that download live MPD properly (preferably encrypted)?
By qwertiio in forum Video Streaming DownloadingReplies: 4Last Post: 21st Jan 2022, 06:33 -
Downloading stream from HTTPS on Linux without browser dev. console
By postcd in forum Video Streaming DownloadingReplies: 4Last Post: 28th Feb 2021, 19:43