1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-07 21:43:33 +08:00

Added a Python plugin to continously monitor our clipboard to start the download automatically

This commit is contained in:
Meliodas
2016-03-16 15:49:59 +05:30
Unverified
parent 23edc49509
commit 039a74b984
3 changed files with 82 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Youtube-dl plugin to automatically start your download:
A Python script to constantly watch your clipboard content, and download if its a youtube link!
#Python Libraries you might need to install:
-> Pyperclip
#Steps to setup:
1. Install Pyperclip python plugin
2. Place youtube.py in the same folder where your youtube-dl executable(by rg3) is there
3. Make sure the name of the downloader executable is youtube.exe
4. Run Youtube.py
#Screenshot:
![alt tag](https://raw.githubusercontent.com/vishnugt/youtube_dl-plugin/master/screenshot.png)
# You are good to go!
So from now on, if you copy a youtube link it will automatically start to download the video!
Cheers :)
Thanks rg3 for youtube-dl and making it as open source!