YePpHa / YouTubeCenter

YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
MIT License
2.89k stars 520 forks source link

Greasy Fork script. #1203

Open ireun opened 9 years ago

ireun commented 9 years ago

@YePpHa I've found your script on this page.

As it says it's only a copy from old userscript.org and it won't be updated, i don't think it's good for us.We can report it, wait for it to be removed, and than upload a new, official version.

How about that? I can do that for you if you would like to do so.. :)

YePpHa commented 9 years ago

If YouTube Center can be uploaded on Greasy Fork it needs to use the @require tag as it's currently too big to be uploaded (even minified). However, Greasy Fork has limitations on the domains that can be used in @require. I will write an email to the admin of the page to see if we can find a solution.

Anyway, I think you're correct that it's not a good idea to keep an older version of YouTube Center uploaded. You can if you want to report it to get it removed.

EDIT: Sent the email.

YePpHa commented 9 years ago

I've talked with the admin and I was able to come to a conclusion on how to host YouTube Center on Greasy Fork. He was willingly to raise the size limit from 2MB, but he suggested moving the translations out from YouTube Center and using the @resource tag to load it. As the version of YouTube Center uploaded on Greasy Fork is only for userscripts I can depend on the GM API.

It's now uploaded on https://greasyfork.org/en/scripts/6682-youtube-center and I've also asked him if it's was possible to remove the older version uploaded by someone.

ireun commented 9 years ago

So we're done here, closing :)

BTW, look here https://greasyfork.org/pl/forum/discussion/2304/x some said that they can transfer the ownership to you, maybe that would worked better? ; >

YePpHa commented 9 years ago

That could be an alternative method.

gwarser commented 9 years ago

@ireun ownership has been transferred, you should update the code

ireun commented 9 years ago

Thank You, @gwarser I will update it to the latest stable release. :)

ireun commented 7 years ago

@YePpHa I'm thinking about updating the script on GreasyFork to the newest DEV, current script version on GF is 2.1.7, which, as we know is obsolete now. But I wonder if it won't have any bad implications. for example, current DEV version is 548 and 548 is higher than 2.1.7, so if I would do that we would have a problem later on, because the autoupdate function would not work for the stable version.

Could I change the my local DEV version to 2.1.7.548 and upload it there? People would probably get the update to DEV (if this feature haven't broke in the meantime), and we would be able to still maintain the updates. ;)