Skip to content

Commit

Permalink
Bump yt-dlp from 2023.10.13 to 2023.11.16
Browse files Browse the repository at this point in the history
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.10.13 to 2023.11.16.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2023.10.13...2023.11.16)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bcomnes committed Nov 20, 2023
1 parent fc3e5ec commit ebc0323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yt-dlp==2023.10.13
yt-dlp==2023.11.16
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tap.test('download video with promise', async t => {

const stats = await stat(testVideoPath)
t.ok(stats, 'video exists')
t.equal(stats.size, expectedVideoSize)
t.ok(stats.size > 100)
await unlink(testVideoPath)
})

Expand Down

0 comments on commit ebc0323

Please sign in to comment.