]> git.sur5r.net Git - minitube/blobdiff - README.md
New upstream version 3.5.1
[minitube] / README.md
index 4106a0e1c098e13f9589e8f114c5c30c63ac3e00..8dc26503b82395da43db9ec9aba2375cf22c6b20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,13 +9,6 @@ Minitube is a YouTube desktop application. It is written in C++ using the Qt fra
 Translations are done at https://www.transifex.com/flaviotordini/minitube/
 Just register and apply for a language team. Please don't request translation merges on GitHub.
 
-## Google API Key
-Google is now requiring an API key in order to access YouTube Data web services.
-Create a "Browser Key" at https://console.developers.google.com and enable the Youtube Data API.
-
-The key must be specified at compile time as shown below.
-Alternatively Minitube can read an API key from the GOOGLE_API_KEY environment variable.
-
 ## Build instructions
 Clone from Github:
 
@@ -29,7 +22,7 @@ To be able to build on a Debian (or derivative) system:
 
 Compiling:
 
-    qmake "DEFINES += APP_GOOGLE_API_KEY=YourAPIKeyHere"
+    qmake
     make
 
 Running: