andy-portmen / open-in-vlc

a browser extension to send media links to VLC media player
https://webextension.org/listing/open-in-vlc.html
Mozilla Public License 2.0
113 stars 54 forks source link

Feature request: save URL to file #21

Closed mrwm closed 3 years ago

mrwm commented 3 years ago

Sometimes, some sites split up videos to multiple segments and opening them one by one would be a hassle. Here's an example of a video split to multiple segments.

It would be awesome if it's possible to save the list into a m3u8 (or text) file and open it via VLC instead of opening a new URL every 3/5 seconds.

andy-portmen commented 3 years ago

This extension suggests the "M3U8" link if it is available. For instance, for the example page take a look at the panel:

Screen Shot 2021-01-13 at 13 43 14

Also note that if you send multiple links to the player, the extension creates a temporary M3U8 metadata file, and then passes it to the player.

mrwm commented 3 years ago

Ok, I see it. I'll close this issue then.