Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Strip test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed Sep 30, 2015
1 parent e83ba56 commit 9fc42e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/google/ytdl/Auth.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class Auth {
// Register an API key here: https://console.developers.google.com
public static final String KEY = "AIzaSyBn0S4N6Yp6lt3EyGpiQUQIL0_HxZykSn8";
public static final String KEY = "Replace me with your API key";

public static final String[] SCOPES = {Scopes.PROFILE, YouTubeScopes.YOUTUBE};
}
2 changes: 1 addition & 1 deletion app/src/main/java/com/google/ytdl/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class Constants {
public static final String DEFAULT_KEYWORD = "ytdl";
// A playlist ID is a string that begins with PL. You must replace this string with the correct
// playlist ID for the app to work
public static final String UPLOAD_PLAYLIST = "PLpZ720-WRTJz-LFGDm1yzAoClUE6795ft";
public static final String UPLOAD_PLAYLIST = "Replace me with the playlist ID you want to upload into";
public static final String APP_NAME = "ytd-android";
}

0 comments on commit 9fc42e0

Please sign in to comment.