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
If the URL of the YouTube page does not contain the video ID, it's not able to do its job.
Example: https://www.youtube.com/c/euronews/live
The text was updated successfully, but these errors were encountered:
get video ID from DOM as fallback; fixes #295
49c7411
To add to this, also does not work on vods (videos that were livestreamed before and can be watched back later).
For example:
This can be circumvented by going to the equivalent /watch?v= url:
/watch?v=
Would be nice if this would work. Took me a minute to figure out why it sometimes worked, and sometimes didn't.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If the URL of the YouTube page does not contain the video ID, it's not able to do its job.
Example: https://www.youtube.com/c/euronews/live
The text was updated successfully, but these errors were encountered: