Skip to content
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

Open
2WR3505 opened this issue Dec 20, 2022 · 4 comments
Open

Non-supported youtube url #51

2WR3505 opened this issue Dec 20, 2022 · 4 comments

Comments

@2WR3505
Copy link

2WR3505 commented Dec 20, 2022

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

@Fredwuz
Copy link

Fredwuz commented Jan 8, 2023

You can just use the old channel URL
To get it just go to the youtube channels page you want and paste

document.querySelector("link[rel='canonical']").href

into the browser console (Shift + CTRL + J) and you will get the old channel URL

@2WR3505
Copy link
Author

2WR3505 commented Jan 8, 2023

ah nice, thanks :)

@2WR3505
Copy link
Author

2WR3505 commented Jan 10, 2023

that doesn't work, it just says its null and throws errors

@Fredwuz
Copy link

Fredwuz commented Jan 10, 2023

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
at least for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants