Skip to content

Commit

Permalink
Bump up yt-dlp version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaerial committed Jun 21, 2024
1 parent 2d16505 commit af4caab
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.1] - 2024-06-22
### Changed
- Bumped up version of yt-dlp from 2023.12.30 to 2024.5.27.

## [1.5.0] - 2024-05-11
### Added
- Background task for cleaning up expired downloads.
Expand Down
20 changes: 15 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ profile = "black"

[tool.poetry]
name = "ytdl-api"
version = "1.5.0"
version = "1.5.1"
description = "API for web-based youtube-dl client"
authors = ["Nazar Oleksiuk <nazarii.oleksiuk@gmail.com>"]
license = "MIT"
Expand All @@ -86,7 +86,7 @@ ffmpeg-python = "^0.2.0"
confz = "2.0.1"
pyhumps = "^3.7.2"
pytube = "^15.0.0"
yt-dlp = "^2023.12.30"
yt-dlp = "2024.5.27"
humanize = "^4.8.0"
croniter = "^2.0.5"

Expand Down

0 comments on commit af4caab

Please sign in to comment.