freebsd-ports/multimedia/minitube/pkg-message
Max Brazhnikov bfa0d76905 multimedia/minitube:
- Update to 2.4 with support for the latest YouTube API
- Remove INSTALLS_ICONS needless for Qt/KDE ports
2015-07-17 07:26:23 +00:00

16 lines
548 B
Text

Google is now requiring an API key in order to access YouTube Data
web services.
To obtain a key:
1. Create a new project at https://console.developers.google.com/
2. Select newly created project, go to APIs & auth / APIs, select
the Youtube Data API and enable api.
3. Go to APIs & auth / Credentials and create a new Public API
access key ("Browser key").
4. If you are going to build minitube from ports, set
MINITUBE_GOOGLE_API_KEY=your_key in make.conf. If you use package
set GOOGLE_API_KEY environment variable to your key.