Add YouTube Chanel

  1. Go to Config.java

  2. Find this line

public static String CHANNEL_ID = "UCq-Fj5jknLsUf-MWSy4_brA";

3. Find your YouTube Chanel ID here and paste it.

4. Then Find this in Config.java

public static final String API_KEY = "AIzaSyBtENkElp2qwBTgroYErJCGlMY8XPL06hA";

5. Create your own API key and add it here.

You app might stop working when I delete my API key. So it is recommended to use your own API key instead of the already provided one.

Last updated