Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced/youtube.gs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function retrieveMyUploads() {
*/
function addSubscription() {
// Replace this channel ID with the channel ID you want to subscribe to
const channelId = 'UC9gFih9rw0zNCK3ZtoKQQyA';
const channelId = 'UC_x5XG1OV2P6uZZ5FSM9Ttw';
const resource = {
snippet: {
resourceId: {
Expand Down