Youtube-dl Firefox Addon
Coucou toi
Check juste au dessus Diane
Et un tit chat hop - winter
Firefox extension to download videos/audio from Youtube and others video websites using youtube-dl
Table of Contents
- Description
- Prerequisites
- Installation
- How to use this addon
- Command line version
- Contributing
- Troubleshooting
- License
Description
This is a firefox addon helping you downloads youtube videos or audio using youtube-dl. Simply use the addon while browsing youtube to download the audio or video.
You can configure youtube-dl to download only audio, or convert into any desired format (mp3,wav,...) using FFMPEG, or download full video in any available quality. You can even download full Youtube playlists !
The addon only display most commun formats : m4a (Native audio format for YT), mp3 (standard audio format) and mp4 (native video format for YT)
NOTE
It works with almost all markdown flavours (the below blank line matters).
Prerequisites
- Needs Mozilla Firefox installed.
- Needs Python installed. Don't forget to check "ADD Python to Path" and to "Disable PATH length limit"
- This has only been tested on Windows. Mac & Linux users might have to make some changes
Installation
- Clone/Download this repository
- Run the setup_win.bat file as ADMIN to install youtube-dl and necessary dependancies
- Install the add on from Firefox Addons Website.
- Restart firefox and it should work
How to use this addon
- Go to any youtube page
- Press the addon's logo in the toolbar, then select the format you want (m4a, mp3, mp4)
- The video/audio will be downloaded in the background
- After the download is finished, you will get a notification saying the download has finished. Note: The default download location is the "Download" folder. If you want to change that, check youtube-dl's configuration
Command line version
If you want to use youtube-dl from command line you need to add FFMPEG to system environnement variables.
- Go to "control Panel" > "System and Security" > "System"
- Go to "Advanced System Settings"
- Go to "Environement Variables"
- Now find "PATH" in the "System Variables" section and click "edit"
- Click "New" and write "C:\youtube_dl\FFMPEG\bin"
- Re-open your command prompt to commit changes
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Troubleshooting
If you experience youtube-dl errors message, it is highly possible that Youtube changed something making the program not working anymore. However, a fix is usually found within 24h so you just have to upgrade your youtube-dl version by using this command in a windows shell :
License
This program is Youtube Dl Firefox Addon.
Copyright (C) 2020 Thibaut Decombe.
Youtube Dl Firefox Addon is available under the MIT license. See the LICENSE file for more info.