-
Notifications
You must be signed in to change notification settings - Fork 431
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
Heads up, YouTube discontinuing older version on desktop soon #258
Comments
Uuh f***. We need to switch to the new version asap. I guess the best way is to create a new branch and switch the user agent and then fix everything which seems to be broken. |
Which user agent is the best to use? |
Using |
How do you read the json file? So do you have any tips or you are reading the unformatted file? |
@B0pol: I could read the JSON file perfectly fine. Anyway, I'm already working on it. |
@B0pol I've zipped most important sites: documents.zip |
perfect, thank you |
Ok I found why it bugged:
public static void createFile(String path, String content) throws IOException {
BufferedWriter writer = new BufferedWriter(new FileWriter(path));
writer.write(content);
writer.flush();
writer.close();
} I read nanojson git and the proper way to do it isn't |
@Poolitzer Do you have time to prepare a blog post? We are preparing a new release to address this before everything stops working. |
Always |
It's april and old youtube is still available by adding &app=desktop in url :o |
How dare they tricking us into using their new version which offers way more features like those fancy new feed streams and stuff. |
This might affect us.
https://support.google.com/youtube/thread/27596769
The text was updated successfully, but these errors were encountered: