Skip to content

Simple CLI script to make the use of Youtube-DL easier.

License

Notifications You must be signed in to change notification settings

Yuri010/Youtube-DL-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube-DL-Helper

Simple CLI script to make the use of Youtube-DL easier. Special thanks to @BennoMP for coming up with the part that downloads FFmpeg and Youtube-DL in case they are missing. (He is working on a version of himself, based on version 1.0)

This script has been made to just ease up the use of Youtube-DL. On itself, it is just a CLI app where you need to enter a lot of little arguments and stuff.. But we are lazy! So why not automate (most of) it?!

Requirements

  • Windows 10 or Higher (due to cURL)
  • Reasonably fast internet if you don't wanna wait too long for your downloads :)

Known Problems

  • Nothing, you tell me :)

Legal

  • This piece of software on itself is licensed under the Unlicense (see license Here)
  • Youtube-DL is released into the public domain by the copyright holders and licensed under the Unlicense license.
    • Original of this license can be found Here
  • FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. However, FFmpeg incorporates several optional parts and optimizations that are covered by the GNU General Public License (GPL) version 2 or later. If those parts get used the GPL applies to all of FFmpeg.
    • Original of this license can be found Here