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.9k stars 522 forks source link
chrome userscript youtube

YouTube Center

Current Situation

First: All Thanks to YePpHa !!

As Youtube changed their Framework in 2017-08 the Update ist very difficult.

Blame YouTube and Google (or their technological advance), not YePpHa.

Or I suggest to support his new project YePpHa/maia-yt : https://github.com/YePpHa/maia-yt

To understand the details see YePpHa's comment:

Temporary Workarounds

From https://github.com/YePpHa/YouTubeCenter/issues/2439

Link to YouTubeCenter Developer edition: https://github.com/YePpHa/YouTubeCenter/wiki/Developer-Version

Old ReadMe:

YouTube Center Crowdin

YouTube Center is an extension for the browser that will enhance the experience on YouTube by adding tons of new and useful features. See the wiki for details on how to install the extension and how it works: https://github.com/YePpHa/YouTubeCenter/wiki

Contribute

You can contribute to YouTube Center by different means. You can help find bugs (and report them in the issue tracker), help with the translation to different languages or you can try and implement new things yourself.

Translation

YouTube Center uses Crowdin to better manage the translations. If you want to help with the translation of YouTube Center you can find the project page on Crowdin.

Build

YouTube Center is using the build system Ant.

Base requirements (you don't need these to run the extension)

Optional requirements

To build the Chrome or Maxthon extension it is required to be able to run executable, which can be done in Wine on Linux or on a Windows computer.

It is possible to build the unpacked version of the Chrome or Maxthon extension without the need to run executables:

Signing

The certificates for signing the extensions have to be provided by yourself and have to be placed in:

It should be noted that the Ant build will create a new signing key for Chrome if it's missing from /.cert/chrome/ (Running executables is required).

Ant

The build system is made in Ant and requires both Ant and Java to be installed.

Build Properties (build.properties)

The keys in this file have the prefix and suffix @.

License

The MIT License (MIT)

Copyright © 2015 Jeppe Rune Mortensen

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.