Skip to content

Commit

Permalink
Merge pull request #191 from nhantamz/patch-1
Browse files Browse the repository at this point in the history
Update upload.ts
  • Loading branch information
fawazahmed0 committed Feb 1, 2023
2 parents f49abc8 + e999480 commit 11abb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let cookiesFilePath: string

const invalidCharacters = ['<', '>']

const uploadURL = 'https://www.youtube.com/upload'
const homePageURL = 'https://www.youtube.com'
const uploadURL = 'https://www.youtube.com/upload?persist_gl=1&gl=US&persist_hl=1&hl=en'
const homePageURL = 'https://www.youtube.com/?persist_gl=1&gl=US&persist_hl=1&hl=en'

const defaultMessageTransport: MessageTransport = {
log: console.log,
Expand Down

0 comments on commit 11abb44

Please sign in to comment.