Skip to content

Commit

Permalink
2.9.004
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Jul 23, 2024
1 parent c974957 commit f253959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v2.9.003; 81 subcommands)
library (v2.9.004; 81 subcommands)

Create database subcommands:
╭─────────────────┬──────────────────────────────────────────╮
Expand Down
2 changes: 1 addition & 1 deletion tests/mediadb/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_yt():
args = connect_db_args(dl_db)

captions = list(args.db.query("select * from captions"))
assert {"media_id": 2, "time": 3, "text": "For more information contact [email protected]"} in captions
assert {"media_id": 1, "time": 3, "text": "For more information contact [email protected]"} in captions

video_id = "BaW_jenozKc"
thumbnail_path = os.path.join(STORAGE_PREFIX, "Youtube", "Philipp Hagemeister", f"{video_id}.jpg")
Expand Down
2 changes: 1 addition & 1 deletion xklb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.9.003"
__version__ = "2.9.004"

0 comments on commit f253959

Please sign in to comment.