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
I did not even know .webpage_url existed. Is there a full list anywhere?
The text was updated successfully, but these errors were encountered:
This is just a wrapper, it parses the (JSON) output of the following command:
youtube-dl --default-search=ytsearch --i4jf best {query}
Try running that manually. A simple console.log(info.items) will work as well, properties are self-explanatory. Some properties are documented here.
console.log(info.items)
I'll document the most used properties in the README when i have some free time. Leaving this issue open until then...
Sorry, something went wrong.
Ok thank you very much. Im good to close it anytime.
No branches or pull requests
I did not even know .webpage_url existed. Is there a full list anywhere?
The text was updated successfully, but these errors were encountered: