YousableTubeFix

By Mindeye Last update Mar 25, 2013 — Installed 807,923 times.

Enable Youtube channel name in downloaded file name does not work anymore

in
Subscribe to Enable Youtube channel name in downloaded file name  does not work anymore 3 posts, 3 voices



mudkip User
FirefoxWindows

Hey,

Thank you for honoring my request earlier!
However since today /u command doesn't seem to be working anymore. Instead of the youtuber's channel name I just get ''user - [video name.fileext''

Is there a fix for this?

 
domonic46 User
FirefoxWindows

I'm having the same problem. A fix would be super.

 
Mindeye Script's Author
FirefoxWindows

It will be fixed in the next version. Meanwhile you can edit the script and replace (twice)...:

this.username = getYTConfig("VIDEO_USERNAME", defaultVideoUsername);

...with...:

var videoUsernameNode = $x1("id('watch-uploader-info')/a[@rel='author']");
this.username = (videoUsernameNode) ? videoUsernameNode.textContent : defaultVideoUsername;