Skip to content

Used to Generate a shell script to download more than one youtube video using youtube-dl script

License

Notifications You must be signed in to change notification settings

luckydev07/donl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

== TO install Donl ==

1. Edit your .bashrc file
        $ gedit .bashrc
2. Append your .bashrc file with the below line
	export CLASSPATH="<path to donl>/classes/"
	
Here <path to donl> represents the location where the donl directory is. For example, in my system, donl is in my home directory.
So i would write the above line as   
	export CLASSPATH="~/donl/classes/"
	
3. Close and open a new terminal
 

==To run Donl ==

$ java donl


== COPYING ==

Donl is licensed under GPL v3.0 and the license document is under the Donl directory

luckydev07 created this line

About

Used to Generate a shell script to download more than one youtube video using youtube-dl script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages