Skip to content

EllandeVED/m3u8-downloader-for-raycast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

M3U8 DOWNLOADER FOR RAYCAST

A simple json script that downloads .m3u8 files (better for movies) directly from raycast using command lines. It uses yt-dlp, ffmpeg, and ffprobe. On a succesful download, the script creates a a folder with inside the video file and a subtitle file from opensubs (if found).

REQUIREMENTS

  • yt-dlp, ffmpeg, ffprobe
  • Optional: aria2c (faster downloads), subliminal (OpenSubtitles)

ACTIVATION

To execute the script use the keyword .m3u8 inside raycast then press tab to fill in the fields.

image

The different fields are:

  • Link: Paste the .m3u8 link
  • Speed: Choose a download speed. Don't exeed 40, true download speed depends on the server configuration.
  • Name: This will be the name of the file and folder created. Be as accurate as possible if you want the script to find the matching subs, adding the year makes it more accurate

SETUP

  • Option 1 (easiest):

  • Option 2:

    • Download m3u8 downloader.js from the source code or from the latest release https://github.com/EllandeVED/m3u8-downloader-for-raycast/releases/latest
    • Where ever you want, create a folder (Raycast_scripts for exemple), and move m3u8 downloader (portable).js in there
    • in Raycast settings, navigate to Extensions/Scripts or in Extentions/+ . Click on add a directory and choose the folder previously created with the script inside

About

A raycast script command (acts as an extension) for Mac users to download m3u8 files (initially made for movies).

Topics

Resources

Stars

Watchers

Forks

Contributors