Skip to content

A manager for automating download lists based on youtube-dl

Notifications You must be signed in to change notification settings

renalid/ellaco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Ellaco is a manager for automating download lists based on youtube-dl
Feature
  • download video in (channel & playlist & direct link in youtube)
  • add the embedded subtitle by Youtube Machine Learning
  • categorize files as folders
  • 16 concurrent connections
  • ?
Dependency : youtube-dl & ffmpeg
  • In macOS
  • brew install youtube-dl ffmpeg aria2
  • In debian base
  • sudo apt update
    sudo apt install youtube-dl ffmpeg aria2
  • In readhat base
  • sudo yum update
    sudo yum install youtube-dl ffmpeg aria2
How to use this ?
  • Download bash file
  • wget https://raw.githubusercontent.com/dfmabbas/ellaco/master/ellaco.sh
  • start comment
  • bash ellaco.sh -q highest -s fa -f ls.txt
  • -q quality (optional) - default highest - for example best, highest, audio (only best audio)

  • -s subtitle (optional) - for example en, fa, fr, ar, sp and ...

  • -m max file size (optional) - default 2g - for example 100k, 100m ...

  • -p path (optional) - default current path - for example ~/Downloads

  • -f input file (sample of the file is available in the repository)

enjoy :)

About

A manager for automating download lists based on youtube-dl

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%