Skip to content

Youtube download helper. Runs on your local LAN. Accepts URLs POSTed to a port of your choosing.

License

Notifications You must be signed in to change notification settings

Roger-Heathcote/ytdl-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ytdl-helper

Usage: ./go.py [optional: A PORT NUMBER]

-v flag enables verbose http request logging

--nd flag disables the curses display

Don't use both flags together, unless you thrive on chaos.


Settings...

Put this in a file called settings.py...

settings = {}
settings['port'] = "undefined"
settings['output folder'] = "PATH TO THE FOLDER YOU WANT YOUR FILES SAVING IN/"

Do not forget the trailing slash when specifying a path name!


If you need something to POST the URLs to this program then you can try my firefox plugin: Utility Button

No great attention has been paid to security so far so only use it on LANs you can trust.

About

Youtube download helper. Runs on your local LAN. Accepts URLs POSTed to a port of your choosing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published