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

Youtube 'Watch8' UI breaks script #18

Open
Cyberbeing opened this issue Aug 16, 2014 · 7 comments
Open

Youtube 'Watch8' UI breaks script #18

Cyberbeing opened this issue Aug 16, 2014 · 7 comments

Comments

@Cyberbeing
Copy link

It appears Youtube has been doing a random lottery rollout of a new 'Watch8' UI which eliminates the bar with text buttons of 'Watch7' and replaces it with tiny square icons without text. For obvious reasons, this breaks the 4.1.2 version of the script. The expected location which the script would normally add the Download button no longer exists in the new UI.

Under the assumption that this new 'Watch8' UI eventually becomes the default, you may want to get a headstart and look into a workaround or fix this problem in your next update of the script.

@AGresvig
Copy link

Yes, I'm seeing it too. Example video: https://www.youtube.com/watch?v=p9zUK8pOEgQ

@Cyberbeing
Copy link
Author

Linking videos likely won't do any good for reproducing this, since Youtube is randomly tagging browsers on first visit to use either the watch7 or watch8 UI on all videos.

If you trigger this at all, chances are it will only occur on a single browser install out of many on your system. You may have to try a few times, but if you wipe your cache and possibly cookies as well, it should be possible to get back on the watch7 UI for the time being.

@AGresvig
Copy link

Ah OK I see, thanks for the info.

@Cyberbeing
Copy link
Author

Just noticed today that Youtube seems to have rolled out a new revision of Watch8 UI (www-core-vfl0pJopz.css dated 8/27/2014), which this time actually seems to be backwards compatible with previous UI elements. Assuming this ends up being the final version, this script can be easily fixed by doing a find/replace of watch7 to watch8.

svtux added a commit to svtux/youtube-video-download that referenced this issue Sep 6, 2014
@olecom
Copy link

olecom commented Sep 19, 2014

@svtux, it works, thanks!

@svtux
Copy link

svtux commented Sep 20, 2014

@olecom Пожалуйста! You are welcome!

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

5 participants
@olecom @Cyberbeing @AGresvig @svtux and others