Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl -g --get-url , return url can't play in webserver #21562
Comments
|
These are temporary links tied to an ip address, so this is expected. Also you don't have to use both |
Checklist
Verbose log
Description
I have installed youtube-dl on the web server and when I run the command line youtube-dl -g --get-url rg_zwK_sSEY
the url return cannot be played in the browser, for example like this
#commmand line ssh
http://prntscr.com/o87ijd
#open return in browser
http://prntscr.com/o87ivr
but when I run the terminal local return it can be played in the browser, for example like this
#commmand line terminal local
http://prntscr.com/o87j1z
#open return in browser
http://prntscr.com/o87j9l
How to fix ?