Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Last active June 8, 2021 03:43

Revisions

  1. cheeaun revised this gist Jun 8, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions youtube-dl-specific-format.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    1. `youtube-dl -F VIDEO_ID` - show a list of formats available with codes in the first column
    2. `youtube-dl -f FORMAT_CODE VIDEO_ID` - specific the code and download that extract format
    1. `youtube-dl -F VIDEO_ID` - shows a list of formats available with codes in the first column
    2. `youtube-dl -f FORMAT_CODE VIDEO_ID` - specify the format code and download the exact format
  2. cheeaun created this gist Jun 8, 2021.
    2 changes: 2 additions & 0 deletions youtube-dl-specific-format.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    1. `youtube-dl -F VIDEO_ID` - show a list of formats available with codes in the first column
    2. `youtube-dl -f FORMAT_CODE VIDEO_ID` - specific the code and download that extract format