Remove README about outdated API key requirement

https://flavio.tordini.org/minitube-3-5-and-musictube-1-13 from aug. 2020
says >= 3.5 uses the Invidious API, thus a key is no longer required;
I can indeed watch videos just fine without providing anything.

Upstream also unmentioned it in the project README and the dropdown menu
no longer exists.

Feedback OK sdk op
This commit is contained in:
kn
2023-11-27 09:35:27 +00:00
parent b8e344668b
commit 0a5deb0962
3 changed files with 1 additions and 44 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = standalone YouTube.com video browser/player
V = 3.9.3
DISTNAME = minitube-$V
REVISION = 1
REVISION = 2
EXTRACT_SUFX = .tar.bz2
CATEGORIES = www multimedia
-1
View File
@@ -1,6 +1,5 @@
@bin bin/minitube
share/applications/minitube.desktop
share/doc/pkg-readmes/${PKGSTEM}
share/icons/hicolor/128x128/apps/minitube.png
share/icons/hicolor/16x16/apps/minitube.png
share/icons/hicolor/22x22/apps/minitube.png
-42
View File
@@ -1,42 +0,0 @@
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
Google API key
==============
An API key is required in order to access the YouTube Data web services.
Go to https://console.developers.google.com/
Log in using your Google account
Click on "Create Project"
Enter a Project name (e.g.: "Minitube")
On the left side bar, expand the "APIs & auth" drop-down menu and
click on "Credentials"
Click on "Create new Key" and then on "Browser key"
Click on "Create"
You should get an output like the one below:
Key for browser applications
API key AIzaSyD7zlL9sAC6-IcwU7Bpds8lZNzmqQTmALQ
Referers Any referer allowed
Activation date Apr 28, 2015, 2:02:00 AM
Activated by johndoe@gmail.com (you)
Be sure that "YouTube Data API v3" is enabled under "APIs & auth" ->
"APIs" -> "Enabled APIs"
If not, go to "APIs & auth" -> "APIs" -> "API Library", click on "YouTube
Data API" and then on "Enable API" to enable it.
Add the environment variable containing your newly generated key
to your ~/.profile or ~/.xsession:
GOOGLE_API_KEY="AIzaSyD7zlL9sAC6-IcwU7Bpds8lZNzmqQTmALQ"
export GOOGLE_API_KEY