Mar-27-2024, 10:50 PM
My PC is blocked from a video streamer site,
previously I could do this:
using selenium to extract the m3u8 file, Then using FFmpeg to download and convert the m3u8 file to mp4
now, if I access m3u8 using FFmpeg, the response is :
"HTTP error 403 Forbidden, Error opening input: Server returned 403 Forbidden (access denied)"
I can still access the site but only the first page, I can still play the video on that page,
But if I open a page on the same site, the result :
"Sorry, you have been blocked, You are unable to access thesitename.com"
now my question :
is possible to download m3u8 using the browser built-in downloader?
I do not ask for a complete code,
any clue, link, google keyword, python package, reference is enough,
thank you for reading,
have a nice day
previously I could do this:
using selenium to extract the m3u8 file, Then using FFmpeg to download and convert the m3u8 file to mp4
now, if I access m3u8 using FFmpeg, the response is :
"HTTP error 403 Forbidden, Error opening input: Server returned 403 Forbidden (access denied)"
I can still access the site but only the first page, I can still play the video on that page,
But if I open a page on the same site, the result :
"Sorry, you have been blocked, You are unable to access thesitename.com"
now my question :
is possible to download m3u8 using the browser built-in downloader?
I do not ask for a complete code,
any clue, link, google keyword, python package, reference is enough,
thank you for reading,
have a nice day