puemos / hls-downloader

Web Extension for sniffing and downloading HTTP Live streams (HLS)
https://puemos.gitbook.io/hls-downloader/
MIT License
1.77k stars 228 forks source link

Download has not started #329

Open zepinos opened 3 months ago

zepinos commented 3 months ago

Describe the bug Download has not started

To Reproduce Steps to reproduce the behavior:

  1. Go to site. "www.inflearn.com" and login.
  2. Click on Video page
  3. The program recognized m3u8. image
  4. Download has not started image

Expected behavior Runs normally.

Screenshots image image

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context m38u link https://vod.inflearn.com/videos/35702ce9-f69f-4925-95f7-c19d13ff7f3a/encrypted/master.m3u8

If directly request the links in m3u8 after login, get HTTP 403 error, but use the developer tool to hold all HTTP Headers for www requests and request again, it runs normally as HTTP 200.It's a problem with authentication.