Skip to content

Instantly share code, notes, and snippets.

@brahimmachkouri
Last active December 31, 2022 20:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brahimmachkouri/7ca957918e203e4dff2a93e1befa9c95 to your computer and use it in GitHub Desktop.
Save brahimmachkouri/7ca957918e203e4dff2a93e1befa9c95 to your computer and use it in GitHub Desktop.
Download uqload video with youtube-dl
#!/bin/bash
# usage : uqload.sh "direct_url"
youtube-dl --referer "https://uqload.com" --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Firefox/91.0" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment