hi guys, how to download this video? it's free to watch but seem yt-dlp can't ...
https://streamingcommunity.monster/watch/3503
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 17 of 17
			
		- 
	
- 
	This is probably a movie you can find easily on torrents. 
 
 A complicated way (there might be an easier) would be to find the key file via developer tools -> network, then download it, get the hex from that file with HxD or something, remove the spaces -> that's your key.
 Then download the m3u8, then edit it using regex or Excel or something to add the full links to the .ts files, then upload the m3u8 to transfer.sh and finally use hlsdl to download.
 
 Code:hlsdl -K "B20782CBC32A7843E7691D55950C9A6A" "https://transfer.sh/rVyzft/61483.m3u8" 
- 
	thank you cedric8528. but very long ... slow download? 
 
 also hlsdl it slow... i have try only and after 6 min i have download only 80MB, about 9 min of my video .... this video is 1 hour and 30 min
 i think download is same as play video, maybe ...
- 
	hlsdl wasn't that slow for me, here's your video 
 
 https://we.tl/t-05sbqlS6kG
 
 Post another link and I might do a video tutorial.
- 
	mmm wired. for me hlsdl it's very slow 
 
 from your link i have download in 2 min! really thank you for your link
 
 and another link? this one https://streamingcommunity.monster/watch/5104
- 
	I'm not sure how you used hlsdl while you asked 2 questions which are things that are required for you to use hlsdl... 
 
 Video of the "complicated" rather tiring process
 https://drive.google.com/file/d/1bL35ZrKlDhc59g63pEaSSGx9OCThZsEc/view?usp=sharing
 
 hlsldl 0.27
 https://drive.google.com/file/d/1-3Yad66A8vexiFM4GgVXqnR3o7TXm1qh/view?usp=sharing
- 
	Hi! 
 Very helpful video. Thanks!
 And if there is no .key file? How to download for example this video?
 https://play.tv3.lt/series/meiles-gijos,serial-4028969/serija-64,episode-4029034
- 
	wow! thank you for your explanation Last edited by whs912km; 12th Apr 2023 at 02:55. 
- 
	anyway very slow to download from your link https://transfer.sh/rVyzft/61483.m3u8 
 
 but for new link at my post#7, i have download m3u8 from your video (blablabla.m3u8), put on C: then i have run hlsdl -K "key" "C:\blablabla.m3u8"
 and with this more fast
 
 thanks for m3u8 fileLast edited by whs912km; 12th Apr 2023 at 02:56. 
- 
	This is Widevine DRM and needs other ways/tools. 
 
 Here's a video on how to do it
 https://drive.google.com/file/d/1XBnKOmkl3Sy7Hj-DfYQQOC3mvPxZPJ7f/view?usp=sharing
 
 Here are the tools used
 https://drive.google.com/file/d/1p3ZHH1Yy28dHYEZ8lt222va59C9LjDoR/view?usp=sharing
 
 You'll need to do almost the same for the audio (ytdlp -f ba), and then you'll need to merge with ffmpeg.
 Read the forums, this has been explained countless times.
- 
	
- 
	With respect to [ss]vegeta instructional video, 
 
 https://drive.google.com/file/d/1bL35ZrKlDhc59g63pEaSSGx9OCThZsEc/view?usp=sharing
 
 
 I have created a windows batch script. This script automates the "complicated" rather tiring process.
 
 How to use the script
 =====================
 
 Use this url to the demo site : https://streamingcommunity.monster/watch/5107
 This is the stream for the video Operazione_Mincemeat
 
 You will be asked to enter 5 pieces of information. (Please view the video. It will make it easier to follow along)
 
 1) Enter video title : Operazione_Mincemeat
 
 2) Enter mpd url : https://scws.xyz/master/117048?type=video&rendition=720p&token=zxzxzxzxzxzxzxzxzxzzxzxzxzxzxz (<== enter your token here)
 
 3) Enter base url : https://sc-a1-49.scws-content.net/hls/9/d/2a/d2ae0643-6755-40f4-a10d-a796377757dd/video/720p/
 [the number 49 will be manipulated by the script ... just pick an arbitrary base link]
 
 For the other two entries please look at the .ts links (Network Tools).
 
 Please observe :
 
 The base url link starts at some arbitrary number and counts up to either 25 or 50.
 At this point the the link counter resets to 01 and proceeds to again count upwards to 25 or 50. This process loops until the end of all fragments.
 
 If you inspect this video stream you will observe this sequence for the .ts links
 The initial value of the counter is defined as "base url start stream number"https://sc-a1-49.scws-content.net/hls/9/d/2a/d2ae0643-6755-40f4-a10d-a796377757dd/video/720p/0000-0750.ts
 https://sc-a1-50.scws-content.net/hls/9/d/2a/d2ae0643-6755-40f4-a10d-a796377757dd/video/720p/0001-1250.ts
 https://sc-a1-01.scws-content.net/hls/9/d/2a/d2ae0643-6755-40f4-a10d-a796377757dd/video/720p/0002-0500.ts
 https://sc-a1-02.scws-content.net/hls/9/d/2a/d2ae0643-6755-40f4-a10d-a796377757dd/video/720p/0003-0250.ts
 
 The loop back counter value is defined as "base url loop stream number"
 
 
 4) Enter base url start stream number: 49
 
 5) Enter base url loop stream number: 50
 
 The script will then create the proper .m3u8 file and download the video stream.
 
 PS : you will need to provide these dependencies 1)sed 2)awk 3)wget 4)tr 5)xxd and 6)hlsdl
 
 link to script :
 
 
 Last edited by jack_666; 6th Jun 2022 at 21:05. 
- 
	
- 
	The best way to download a video or part of a video from YouTube or another social media platform, or movie website is to simply use movieyoovi.com 
Similar Threads
- 
  Cannot download encrypted m3u8 video, the video works on the websiteBy krestek in forum Video Streaming DownloadingReplies: 6Last Post: 21st Feb 2022, 15:27
- 
  Download HLS video using FFMPEG with separate video and audio URLs?By oschrndz in forum Video Streaming DownloadingReplies: 2Last Post: 15th Dec 2020, 14:53
- 
  how to download a portion of video from m3u8 that has separate video audio.By adi111 in forum Video Streaming DownloadingReplies: 8Last Post: 5th Aug 2020, 15:53
- 
  more video files listed in Video-Download-Helper-Addon in FirefoxBy blanc in forum Video Streaming DownloadingReplies: 0Last Post: 20th Mar 2018, 09:38
- 
  Download a video from video sharing siteBy achy635 in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Sep 2017, 12:07


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote![[ss]vegeta's Avatar](customavatars/avatar177118_5.gif) 
			
