-
Notifications
You must be signed in to change notification settings - Fork 40
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
Youtube Subscription Importer No Longer Works #3
Comments
Same here. It shows subscribed, but none of the subscriptions show up on youtube. Iguess they have changed their API or put some new limits in place. |
The web browser console drops Google API limits erros. So, if you use the website you will have erros for sure. The solution is to clone the project, setup your own API credentials with the Google Developers Console and edit |
@wapcrazut it works, but now it's limited to only 100 requests.. After first 100, it's just |
@rudolphos Yes, in theory is correct. According to the Youtube Quota Calculator the |
I have made a tool similar to this but without the need for the XML file. https://raj-khare.github.io/yt-migrate/ [EDIT] |
@raj-khare Not working, thanks. |
@mauroporras Oh! Sorry. The correct url is this: https://github.com/raj-khare/yt-migrate |
@raj-khare Thank you. I'm encountering this "External apps that request sensitive or restricted user data must first be verified by Google. This process may take 4-6 weeks." Did you have to deal with the same? |
@mauroporras Ya, I got the message, but you can proceed anyway by clicking on the advanced button in the OAUTH screen. |
@raj-khare Thanks for alternative project. I tried running it on OSX with it's oem python 2.7. Got an Error. I assume the code is for python 3 ? As for this youtube subscriptions importer project, @wapcrazut Is correct. it is just an API error. You can run the code on your own local webserver with your own APIs keys and it works as of the date of this post. |
@Spinner65 Yes, it requires python3. I have supplied my own API keys, but as stated quota will pretty much exhaust very soon. So you can either try again a day later (only remaining subscriptions will get transfer) or use your own keys. |
Thanks for the confirmation. I guess it is time to update the tools on my mac. :) |
Nice. It worked. Thanks for that. I had to use 'python3 -m http.server 8080' instead of 'python -m http.server 8080' because of how my linux machine is set up. It still calls on Python 2.7 unless I issue a python3 command. |
It Doesnt work, i did all steps correctly by exporting the subscriptions from the youtube subscription manager and importing the xml file onto your website
then i click on import and link my google account, then i click on import and it says its subscribed to people but when i check my you-tube account it does not do anything
The text was updated successfully, but these errors were encountered: