We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./youtube-dl-new.py -t -M2azyYpCDI Usage: youtube-dl-new.py [options] url...
but with full URL it works fine. May be add the ability to enclose ID in quotes and always treat args in quotes as video ID?
The text was updated successfully, but these errors were encountered:
As any classic Unix command, you can use "--" to separate options from arguments.
$ youtube-dl -t -- -M2azyYpCDI
Sorry, something went wrong.
Merge pull request #79 from rg3/master
f644789
[pull] master from rg3:master
Merge pull request ytdl-org#79 from rigstot/thisvid
d91fdaf
implement ThisVid extractor
No branches or pull requests
./youtube-dl-new.py -t -M2azyYpCDI
Usage: youtube-dl-new.py [options] url...
but with full URL it works fine. May be add the ability to enclose ID in quotes and always treat args in quotes as video ID?
The text was updated successfully, but these errors were encountered: