Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"APILink": "https://www.googleapis.com/youtube/v3/search?key={0}&channelId={1}&part=snippet,id&order=date&maxResults=20",
"GetIDLink": "https://www.googleapis.com/youtube/v3/channels?key={0}&forUsername={1}&part=id",
"NewVideo": "New video from {0}. Check it out! https://www.youtube.com/watch?v={1}",
"InputIsNone": "One or more of the inputs are None!",
"ChannelID404": "Could not find a channel ID for {0}.",
"Channel404": "The channel {0} does not exist.",
"ChannelName404": "I could not find a channel name for {0}!",
"Subscribed": "Successfully subscribed to {0}",
"NoChannelSpecified": "You didn't specify a channel :(",
"CurrentSubscriptions": "I am subscribed to: {0}.",
"NotYetSubscribed": "I am not subscribed to any channel yet.",
"LatestVideo404": "I could not find the latest video for {0}!",
"CannotUnsubscribe": "Could not unsubscribe: I am not subscribed to {0}!",
"Unsubscribed": "Successfully unsubscribed from {0}",
"AlreadySubscribed": "You are already subscribed to {0}!",
"CannotUnsubscribePersonal": "You are not subscribed to {0}, so I could not unsubscribe you!"
}