I too am having the same problem, waiting for the widefrog developer to help us.
+ Reply to Thread
Results 511 to 533 of 533
-
-
Hi, how can I fix this?
Thank you very much in advance.
[Attachment 89055 - Click to enlarge]
EDIT: FIXLast edited by Erick77; 14th Nov 2025 at 17:47.
-
-
[Attachment 89059 - Click to enlarge]I think the file to modify is in the services folder this should be the file but I don't know what to modify mediasetinfinity_mediaset_it
We are waiting for the developer to give us a handLast edited by esamax2000; 5th Oct 2025 at 05:41.
-
Code:
N_m3u8DL-RE "https://vod06.msf.cdn.mediaset.net/farmunica/2025/09/2334090_19989fed6a1d01/dashrcenc/hd_wv_mpl.mpd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" -H "Accept: */*" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" --key 9a33769dc69d37f399b8ead3635e42ac:4e9b8fb3b043474b2891e0db83630191 --use-shaka-packager -M format=mkv --save-name "La notte nel cuore Episodio 58"
-
Hi, thanks for your interest! The problem we need to resolve is with widefrog.exe. Let me explain. Before a month ago, using:
was enough to download the video correctly. Now, Mediaset's settings have changed, and widefrog no longer works. Any solutions?Code:widefrog https://mediasetinfinity.mediaset.it/video/drittoerovescio/puntata-del-9-ottobre_F314087201000501
-
Thanks for the support but we had a much simpler and more immediate approach to download videos from Mediaset and only with Widefrog this is possible... or rather IT WAS possible until a month ago, when Mediaset changed some parameters on its site and Widefrog no longer worked. Any (widefrog) solutions?
-
We're waiting for the developer to help us. Widefrog could download an entire series in a single link, which was convenient. Widevine Proxy2 would be a great alternative if it could do that.
-
Hey,
Great tool. For zee5, I needed to remove the global in the base url to make it work. Zee5 no longer has the "global" word in the base url.
The movie and tv series urls change as below, for example:
https://www.zee5.com/global/tv-shows/details/pavitra-rishta/0-6-133 -> https://www.zee5.com/tv-shows/details/pavitra-rishta/0-6-133
I made the changes to services/zee5_com.py as detailed in zee5_diff.txt (for all the searches we do in the movie/tv series url)
Please let me know if you agree with the changes and how I can include them in the code. -
Please solve the problem with mediasetinfinity.mediaset.it
Example: get the all commands from https://mediasetinfinity.mediaset.it/browse/ultimi-arrivi_e5db70a16a6f547001c47ac69 -
-
We should know the changes made by Mediaset Infinity and then go and correct them on Widefrog
-
Exactly, for example using N_m3u8DL-RE.exe manually, the download of https://mediasetinfinity.mediaset.it/video/4diseraweekend/domenica-19-ottobre_F313765001008901 is successful, so in theory it would be enough to modify the widefrog.exe configuration file so that it continues to work with mediaset.it
any solution?Code:N_m3u8DL-RE "https://vod06.msf.cdn.mediaset.net/farmunica/2025/10/2354020_199fdf23494d01/dashrcenc/hr_wv_mpl.mpd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" -H "Accept: */*" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" --key 90734092e33d7059da75dda6862f9652:ad7cf55f31d583e37c8f0560dd56834b -M format=mkv
-
In my opinion the problem is in the services directory and the file to check is mediasetinfinity_mediaset_it, I think our problem is in there,
I just don't have a backup of how it worked before and I don't understand what changed Mediaset why it doesn't work anymore,
we would need some help from the developer or even from the developer of widevineproxy2 which is already great -
(Edit - Please disregard - I was going to ask about Mediaset Infinity, but my question's been covered above.)
-
Hi, thanks for the tool.
I'm having a trouble... every time i execute python widefrog.py "url", the py edit config.json so change this
"DOWNLOAD_COMMANDS": {
"OUTPUT_MEDIA_PATH": "F:\XX", (example) --> change to "media", the folder by default
"WAIT_BEFORE_DOWNLOADING": false,
"ADDITIONAL_SUBS": true,
"TOOL_PARAMETERS": {
"VOD": "-sv best -sa best -da id=audio_div -ss all --sub-format srt -mt --check-segments-count false --no-log", --> i add --sub-format srt because is downloaded in wvtt and i want to convert to srt
How i do that config.json not change this data?
Thanks again. -
I tired 2 services and both fail even though i can play them with browser. here is debug out
TG4
VirginMediaPlayerCode:python widefrog.py "https://www.tg4.ie/ga/player/catagoir/dramaiocht/seinn/?pid=5833836741001&title=F%C3%ADorghael&series=Oscailt&genre=Drama" --debug [INFO] Linux detected. Chosen terminal: xterm. Chosen shell: bash. [INFO] Current app version: 3.2.0 [INFO] Running on: linux/64bit/python 3.12.12 [INFO] Starting the service initialization stage. Traceback (most recent call last): File "/app/widefrog.py", line 124, in <module> main_service.run_service(response) File "/app/utils/main_service.py", line 442, in run_service dwn_cmds, failed_cmds, proc_cmds = main_service.get_download_commands_parallel(demo_urls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/utils/main_service.py", line 374, in get_download_commands_parallel source_urls, failures = main_service.initialize_services(source_urls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/utils/main_service.py", line 361, in initialize_services if service_tools.get_service(source_url) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/utils/tools/service.py", line 70, in get_service raise e File "/app/utils/tools/service.py", line 54, in get_service service = service.initialize_service() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/services/tg4_ie.py", line 76, in initialize_service tg4_ie.API_DICT = tg4_ie.get_api_dict() ^^^^^^^^^^^^^^^^^^^^^ File "/app/services/tg4_ie.py", line 51, in get_api_dict response = re.findall(r'src="([^"]*index\.min\.js)"', response)[0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range
Code:python widefrog.py "https://play.virginmediatelevision.ie/shows/44082036-3212-11ef-bd6d-020f80c0527e/coronation-street" --query=65:11409:65:11410 --debug [INFO] Linux detected. Chosen terminal: xterm. Chosen shell: bash. [INFO] Current app version: 3.2.0 [INFO] Running on: linux/64bit/python 3.12.12 [INFO] Starting the service initialization stage. [INFO] Current progress: [1/1] [INFO] Starting the collections extraction stage. [INFO] Current progress: [1/1] [INFO] Starting the media data extraction stage. [INFO] Finished generating the download commands. [WARNING] No download commands have been generated.
I believe that virginmedia have made some changes recently which could be the cause of that failing.Code:python widefrog.py "https://play.virginmediatelevision.ie/watch/replay/19084759/irelands-education-crisis" --debug [INFO] Linux detected. Chosen terminal: xterm. Chosen shell: bash. [INFO] Current app version: 3.2.0 [INFO] Running on: linux/64bit/python 3.12.12 [INFO] Starting the service initialization stage. [INFO] Current progress: [1/1] [INFO] Starting the collections extraction stage. [INFO] Current progress: [1/1] [INFO] Starting the media data extraction stage. Traceback (most recent call last): File "/app/widefrog.py", line 124, in <module> main_service.run_service(response) File "/app/utils/main_service.py", line 442, in run_service dwn_cmds, failed_cmds, proc_cmds = main_service.get_download_commands_parallel(demo_urls) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/utils/main_service.py", line 395, in get_download_commands_parallel success, fail, proc = future.result() ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 449, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/utils/main_service.py", line 281, in get_download_commands raise e File "/app/utils/main_service.py", line 266, in get_download_commands dl_cmds, pr_cmds = main_service.get_download_command(service, source_element) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/utils/main_service.py", line 89, in get_download_command raise e File "/app/utils/main_service.py", line 63, in get_download_command manifest, pssh, additional = service.get_video_data(source_element) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/services/play_virginmediatelevision_ie.py", line 72, in get_video_data response = json.loads(response)["response"] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'response'
Similar Threads
-
Batch IMDB Image Downloader
By Jay123210599 in forum ComputerReplies: 3Last Post: 11th Jan 2024, 13:02 -
Help downloading DRM protected content
By edenshapira in forum Video Streaming DownloadingReplies: 0Last Post: 28th Oct 2023, 15:59 -
Downloading DRM protected content from mewatch.sg
By notred in forum Video Streaming DownloadingReplies: 4Last Post: 25th Nov 2022, 05:34 -
Weird Behaviour Of DRM Protected Content
By portalie in forum Video Streaming DownloadingReplies: 1Last Post: 6th Feb 2022, 16:10


Quote
