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.
can someone please help me? #1630
Comments
|
Can you post the shell script that you are using? Most likely, the command-line options are incorrect. |
|
Sure, here it is: #!/usr/bin/env bash |
|
The problem is that the long options starts with two |
I am trying to use youtube-dl in this shell script to directly stream YouTube videos to mplayer. Whenever I attempt to do this, I get this error message from youtube-dl saying, "youtube-dl: error: invalid rate limit specified." Could someone please tell me how to correct this error? Thanks in advance.