Convert HTTP index directory to M3U8 playlist
FTP Index to M3U8 Playlist Converter - ReadMe
Version: 2.6.4
Author: Beluga
License: MIT
This Tampermonkey user script converts HTTP directory listings (FTP index pages) into an M3U8 playlist, making it easier to stream video files sequentially in a media player such as Potplayer, VLC, etc.
.mp4, .mkv, .avi, etc.The script runs on specific FTP index websites, including:
Shift + Alt + D to trigger the download.#EXTM3U
#EXTINF:-1,video1.mp4
http://example.com/video1.mp4
#EXTINF:-1,video2.mkv
http://example.com/video2.mkv
@match rules.This script is released under the MIT License.
For issues or suggestions, reach out to the author.