If you
- have a file with list of Youtube urls
- want to download them automatically using youtube-dl
- want use multiple instances in the background
[#instances] Number of instances
[#filepath] File with Youtube urls
Given:
You have a file which contains Youtube urls.
You have youtube-dl available in environment path.
When:
You want to download all files with multiple instances in background automatically.
Then:
All files are downloaded to default path.
- Displays name and download progress of file
- Removes duplicated urls from file
- youtube-dl
- Java 8
- Maven
mvn clean package
java -jar target/youtube-dl-thread-pool-cli-1.0-SNAPSHOT.jar
- Provide simple way to choose video|mp3
Apache 2.0