From f253959d6de2c980fe42238ede2b908ef762c4a8 Mon Sep 17 00:00:00 2001 From: Jacob Chapman <7908073+chapmanjacobd@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:29:06 +0800 Subject: [PATCH] 2.9.004 --- .github/README.md | 2 +- tests/mediadb/test_download.py | 2 +- xklb/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index a1338091..f38f4121 100644 --- a/.github/README.md +++ b/.github/README.md @@ -97,7 +97,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
List all subcommands $ library - library (v2.9.003; 81 subcommands) + library (v2.9.004; 81 subcommands) Create database subcommands: ╭─────────────────┬──────────────────────────────────────────╮ diff --git a/tests/mediadb/test_download.py b/tests/mediadb/test_download.py index ddf25f9d..076016d8 100644 --- a/tests/mediadb/test_download.py +++ b/tests/mediadb/test_download.py @@ -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 phihag@phihag.de"} in captions + assert {"media_id": 1, "time": 3, "text": "For more information contact phihag@phihag.de"} in captions video_id = "BaW_jenozKc" thumbnail_path = os.path.join(STORAGE_PREFIX, "Youtube", "Philipp Hagemeister", f"{video_id}.jpg") diff --git a/xklb/__init__.py b/xklb/__init__.py index 8bc195d9..e849d325 100644 --- a/xklb/__init__.py +++ b/xklb/__init__.py @@ -1 +1 @@ -__version__ = "2.9.003" +__version__ = "2.9.004"