Skip to content

Simple app to download multiple videos from Youtube from file in background using multiple instance of youtube-dl

Notifications You must be signed in to change notification settings

KacperZielinski/youtube-dl-thread-pool-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

What it's doing?

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

Input:

[#instances] Number of instances
[#filepath]  File with Youtube urls

Scenario:

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.

Features

  • Displays name and download progress of file
  • Removes duplicated urls from file

Requirements

  • youtube-dl
  • Java 8
  • Maven

Build

mvn clean package

Run

java -jar target/youtube-dl-thread-pool-cli-1.0-SNAPSHOT.jar

Future

  • Provide simple way to choose video|mp3

License

Apache 2.0

About

Simple app to download multiple videos from Youtube from file in background using multiple instance of youtube-dl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages