+ Reply to Thread
Results 61 to 67 of 67
-
I've verified that the user agent is the issue with allavsoft downloading from sprout using the sprout mp url.
The user agent value is within the main allavsoft program executable.Last edited by ponens; 9th Feb 2020 at 00:03.
-
Last edited by Angel_Cyclops; 9th Feb 2020 at 22:04.
-
Works with password protected links:
Chrome, use the addon GetThemAll 27.1.1 (free, old extension get from archive, you will need to enable chrome dev mode to load unpacked extension)
Click play/pause vid.
in GetThemAll extension Click "links" and download the following files
1080.key
1080.m3u8
1080_00000.ts - 1080_00037.ts (open .m3u8 file and make sure you have all parts, if not copy the url from getthemall and just edit the number)
Move all files to same folder
run ffmpeg to combine and auto decrypt:
ffmpeg -allowed_extensions ALL -i 1080.m3u8 -c copy output.tsLast edited by jmp453; 16th Feb 2020 at 10:50. Reason: Easier method.
-
-
Posting another method, possibly easier if you are familiar with youtube-dl.
1. git clone this edited fork of youtube-dl https://github.com/TheZ3ro/youtube-dl/tree/sproutvideo (the author has implemented a downloader specifically for sproutvideo)
Code:git clone --single-branch --branch sproutvideo https://github.com/TheZ3ro/youtube-dl.git
3. run the following command
Code:python -m youtube_dl https://videos.sproutvideo.com/embed/XYZ/XYZ
hopefully it should start downloading, if not you could try including the --referer "https://referer.address"
also, the existing pull request from the author regarding the sprotvideo downloader https://github.com/ytdl-org/youtube-dl/pull/21962
Similar Threads
-
Downloading WebRTC streams from MFC
By imdaman in forum Video Streaming DownloadingReplies: 2Last Post: 18th Apr 2019, 15:14 -
Downloading videos from SproutVideo that have not enabled download access
By woot2 in forum Video Streaming DownloadingReplies: 5Last Post: 5th Dec 2018, 03:35 -
Downloading streams from box.com?
By Spiny Norman in forum Video Streaming DownloadingReplies: 5Last Post: 14th Nov 2018, 17:17 -
Need help with downloading live streams from new player on camsite
By BiankaHolms in forum Video Streaming DownloadingReplies: 0Last Post: 19th Jul 2018, 09:14 -
Downloading video streams in my browser
By dschulberg in forum Video Streaming DownloadingReplies: 8Last Post: 26th Feb 2015, 15:58