-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Non-supported youtube url #51
Comments
You can just use the old channel URL document.querySelector("link[rel='canonical']").href into the browser console (Shift + CTRL + J) and you will get the old channel URL |
ah nice, thanks :) |
that doesn't work, it just says its null and throws errors |
ok tested it again and not sure why but if you redirect to the channel by for example clicking on the channel link under a video you have to reload the page one more time and the link will show |
yea, with youtube's recent updates with handles and all, it kinda broke the functionality of this auto downloader. just needs some URL path changes to the script
The text was updated successfully, but these errors were encountered: