chandler-stimson / live-stream-downloader

Download M3U8 live streams to the local disk

Home Page:https://webextension.org/listing/hls-downloader.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INVALID_SIZE error when download vtt file

chkchun opened this issue · comments

commented

Before recent update it able to download vtt file. Now when click to download vtt file, it failed due to "INVALID_SIZE".
I have tried with Edge, Chrome and Firefox. All failed due to "INVALID_SIZE".

Can you provide an example?

commented

2024-06-29 10_50_57

It works for me on this website for instance. I need a sample page with the issue

https://www.nlm.nih.gov/scripts/videojs/examples/thumbsvtt.html

commented

The video is HLS encrypted and requires login credentials to be played. However, when I reverted to the older version 0.4.4 (at Firefox), it started working fine! The vtt can be downloaded along with all its content.
The download for vtt has been malfunctioning from version 0.4.6.2 up to the latest version 0.4.7.1. I will continue using version 0.4.4 for the time being, as it is the version that works.

2024-06-29 22_23_05

2024-06-29 22_24_36

Should be fixed by 0.4.7.3 release

commented

Thank you.