chandler-stimson / live-stream-downloader

Download M3U8 live streams to the local disk
https://webextension.org/listing/hls-downloader.html
201 stars 70 forks source link

Getting Error 403 When Trying To Download #19

Open EvilSupahFly opened 2 years ago

EvilSupahFly commented 2 years ago

I've tried to download a number of movies from https://m[4]uhd[dot]tv/ and in each instance, I get Error 403 (see screenshot) and attempting to retry only fails. It appears there is some kind of authentication code stored in a cookie which grants access (temporarily). Is there any way for the plugin to track and utilize those cookies?

Screenshot from 2022-03-10 21-56-12

chandler-stimson commented 2 years ago

It is possible to bypass the 403 error, but as far as I can tell, this website uses a custom decoder. For now, I just added the website to the block list to ignore media detection.

kilosonc commented 1 year ago

@chandler-stimson I encountered the same problem. I checked the streams, and found that there's specific headers in request. So could you add a feature for putting extra header when downloading a resource. I am not familiar with browser plugin, otherwise I could make it for you. Thanks : )

chandler-stimson commented 1 year ago

@closetool can you share a sample M3U8?