Last active
December 31, 2022 20:53
-
-
Save brahimmachkouri/7ca957918e203e4dff2a93e1befa9c95 to your computer and use it in GitHub Desktop.
Download uqload video with youtube-dl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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