Skip to content

Instantly share code, notes, and snippets.

@bousqi
Created March 14, 2020 20:48
Show Gist options
  • Select an option

  • Save bousqi/6bc18275a4510a3e008ffcedf20f19b6 to your computer and use it in GitHub Desktop.

Select an option

Save bousqi/6bc18275a4510a3e008ffcedf20f19b6 to your computer and use it in GitHub Desktop.

Revisions

  1. bousqi created this gist Mar 14, 2020.
    8 changes: 8 additions & 0 deletions youtube-dl.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # retreive available formart
    youtube-dl $URL -F

    # download best format
    youtube-dl $URL -f best

    # download specific video and audio + merge
    youtube-dl $URL -f 137+140 --merge-output-format mkv