Skip to content

Bash script to download audio, video URLs from youtube

Notifications You must be signed in to change notification settings

jcalles/youtube-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bash Script to Download Youtube URLs on Linux

Spanish

  • copiar el archivo percentdecode.perl y youtube.sh en /usr/local/bin o habilitar path que el usuario pueda resolver
  • dar permiso de ejecucion a ambos archivos

English

  • Copy and Paste file percentdecode.perl and youtube.sh to /usr/local/bin and give execution permssions

HELP

    Usage: youtube.sh [-kahs] URL|KEY
    Download youtube videos or audio using a URL or Video ID 

       -k          Use a Video ID
       -a      Download an audio file
       -s      Force https
       -h          This help
    section "Examples"
    echo -e "Usage with url to get video: youtube.sh  http:https://www.youtube.com/watch?v=OuSdU8tbcHY"
    echo -e "Usage with key to get video: youtube.sh  -k OuSdU8tbcHY "
    echo -e "Usage with key to get audio: youtube.sh  -k -a OuSdU8tbcHY"
    echo -e "Usage with url to get audio: youtube.sh  -a http:https://www.youtube.com/watch?v=OuSdU8tbcHY$"
    echo -e "This help: youtube.sh -h"

Enjoy !!!

About

Bash script to download audio, video URLs from youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published