Skip to content

Commit

Permalink
Update filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 30, 2023
1 parent d3bf73e commit a4dc564
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/download-yt-dlp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tap.test('download yt-dlp', async t => {
filepath,
octokitOpts
})
console.log({ results })
t.ok(await stat(results.binPath))
} finally {
await cleanup()
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { downloadFromGithub, BcDLP } from './index.js'

const testVideoId = 'C0DPdy98e4c'
const testVideoURL = 'https://www.youtube.com/watch?v=' + testVideoId
const expectedVideoSize = 169043
const expectedVideoSize = 173296

const token = process?.env?.GITHUB_TOKEN

Expand Down

0 comments on commit a4dc564

Please sign in to comment.