Skip to content

Commit

Permalink
release: 2024.09.14
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Sep 14, 2024
1 parent 9044ceb commit 6466094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "yt-dlp-youtube-oauth2"
version = "2024.08.31.1"
version = "2024.09.14"
readme = "README.md"
requires-python = ">=3.8"
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion yt_dlp_plugins/extractor/youtubeoauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
inspect.getmembers(importlib.import_module('yt_dlp.extractor.youtube'), inspect.isclass)
)

__VERSION__ = '2024.08.31.1'
__VERSION__ = '2024.09.14'

# YouTube TV (TVHTML5)
_CLIENT_ID = '861556708454-d6dlm3lh05idd8npek18k6be8ba3oc68.apps.googleusercontent.com'
Expand Down

0 comments on commit 6466094

Please sign in to comment.