Git Product home page Git Product logo

youtube-dl-chrome-plugin's Introduction

Plugin for Chrome/Chromium to download videos from some video platforms using youtube-dl-api-server

INSTALLATION

First install youtube-dl-api-server, then install youtube-dl-chrome-plugin and finally configure the plugin

Server installation

To install youtube-dl-api-server you can read the official documentation or follow my recommendations for Debian-based distributions and Windows:

Debian-based distributions

Install python and pip

sudo apt-get install python python-pip

Install the server

sudo pip install --pre youtube_dl_server

Windows

Install python and pip from the official web page adding python.exe to Path. Then run (with Win + R) the server installation

python -m pip install --pre youtube_dl_server

Server execution

For options youtube-dl-api-server you can read the official documentation but:

Debian-based distributions

To start using the server

youtube-dl-server --number-processes 1

To autostart, add a line to /etc/rc.local before exit 0 with python -m youtube_dl_server --number-processes 1

Windows

To start using the server

python -m youtube_dl_server --number-processes 1

To autostart, download HStart and create a shortcut with PATH\TO\hstat.exe /NOCONSOLE "python -m youtube_dl_server --number-processes 1" on your startup folder

Chrome/Chromium plugin installation

This plugin does not comply with the policies of Chrome Web Store so you can only manually install on Dev & Canary releases:

  • Open the extensions page chrome://extensions/
  • Drag and drop the .crx file

UPDATE

To upgrade the system you have to update separately youtube-dl, youtube-dl-api-server and youtube-dl-chrome-plugin

Server update

The server are youtube-dl and youtube-dl-api-server

Debian-based distributions

sudo pip install youtube_dl --upgrade
sudo pip install youtube_dl_server --upgrade

Windows

python -m pip install youtube_dl --upgrade
python -m pip install youtube_dl_server --upgrade

Chrome/Chromium plugin update

To update the plugin you have to uninstall and reinstall

UNINSTALL

To uninstall the system you have to remove separately youtube-dl, youtube-dl-api-server and youtube-dl-chrome-plugin

Server uninstall

The server are youtube-dl and youtube-dl-api-server

Debian-based distributions

sudo pip uninstall youtube_dl
sudo pip uninstall youtube_dl_server

Windows

python -m pip uninstall youtube_dl
python -m pip uninstall youtube_dl_server

Chrome/Chromium plugin uninstall

It can be unistalled from the extensions page chrome://extensions/

LINKS

LICENSE

youtube-dl-chrome-plugin is released under MIT licence, read here for more info

youtube-dl-chrome-plugin's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.