Use youtube-dl to download videos from the web using Firefox's WebExtension native messaging bridge feature.
Go to file
Maxim 93d6954007
Update manifest.json
2019-01-07 00:53:45 -06:00
add-on Update manifest.json 2019-01-07 00:53:45 -06:00
app Update web_video_dl.json 2019-01-07 00:53:15 -06:00
LICENSE Initial commit 2019-01-06 23:53:11 -06:00
README.md Initial code commit 2019-01-06 23:54:04 -06:00

README.md

Note

The WebExtension, which can be found under "add-on", connects to the native application and downloads the video using youtube-dl

The native application, which can be found under "app", listens for messages from the WebExtension. When it receives a message, the native application runs youtube-dl in the Downloads folder for the passed url from the WebExtension.

*** Look in your Downloads folder to find your video. ***

Mac OS/Linux Setup

To get this working do the following:

  1. Check that the file permissions for "youtube-dl-bridge.py" include the execute permission.
  2. Edit the "path" property of "web_video_dl.json" to point to the location of "youtube-dl-bridge.py" on your computer.
  3. copy "web_video_dl.json" to the correct location on your computer. See App manifest location to find the correct location for your OS.
  4. Install the webextension and enjoy!