Skip to content

Instantly share code, notes, and snippets.

@AlecSchneider
Created November 1, 2020 16:03
Show Gist options
  • Save AlecSchneider/0c00d3c9fc82ea8d88499eeb455700d8 to your computer and use it in GitHub Desktop.
Save AlecSchneider/0c00d3c9fc82ea8d88499eeb455700d8 to your computer and use it in GitHub Desktop.
Shows how to install pip -> youtube-dl and download videos
apk add py3-pip
pip3 install youtube-dl
# download video
youtube-dl --no-check-certificate link
# run in background
youtube-dl --no-check-certificate -q link &
# find the videos under filesystem > root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment