From 8978e6510a286baf9b0c74be73d5fa170ac1be06 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 27 Mar 2025 13:39:33 -0700 Subject: [PATCH 1/2] Added delete_shorts to the User Scripts section (#903) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a8c6f49..b63fbd68 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ This is your time to shine, [read this](https://github.com/tubearchivist/tubearc - [lamusmaser/ta_fix_for_video_redirection](https://github.com/lamusmaser/ta_fix_for_video_redirection): Script to fix videos that were incorrectly indexed by YouTube's "Video is Unavailable" response. - [RoninTech/ta-helper](https://github.com/RoninTech/ta-helper): Helper script to provide a symlink association to reference TubeArchivist videos with their original titles. - [tangyjoust/Tautulli-Notify-TubeArchivist-of-Plex-Watched-State](https://github.com/tangyjoust/Tautulli-Notify-TubeArchivist-of-Plex-Watched-State) Mark videos watched in Plex (through streaming not manually) through Tautulli back to TubeArchivist +- [Dhs92/delete_shorts](https://github.com/Dhs92/delete_shorts): A script to delete ALL YouTube Shorts from TubeArchivist ## Donate The best donation to **Tube Archivist** is your time, take a look at the [contribution page](CONTRIBUTING.md) to get started. From 8f34626a272965a5e8ae0168b7ae2cba40b0d8a8 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 27 Mar 2025 21:40:00 +0100 Subject: [PATCH 2/2] bump TA_VERSION --- backend/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/settings.py b/backend/config/settings.py index 51c8e22b..3cb1c042 100644 --- a/backend/config/settings.py +++ b/backend/config/settings.py @@ -294,7 +294,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.5.1-unstable" +TA_VERSION = "v0.5.1" # API REST_FRAMEWORK = {