From 6957ceb3434e2067ae95e1653d4e1ca51630fa4f Mon Sep 17 00:00:00 2001 From: Brian Le Date: Wed, 12 Feb 2025 13:48:22 -0800 Subject: [PATCH] 0.7.3 --- README.md | 8 ++++---- plugin/yt_dlp_plugins/extractor/getpot_bgutil.py | 2 +- server/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df04fb4..085082f 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-pr **Native:** ```shell -# Replace 0.7.2 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.7.2 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# Replace 0.7.3 with the latest version or the one that matches the plugin +git clone --single-branch --branch 0.7.3 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git cd bgutil-ytdlp-pot-provider/server/ yarn install --frozen-lockfile npx tsc @@ -80,8 +80,8 @@ node build/main.js # on each yt-dlp invocation, clone/extract the source code into your home directory. # Replace `~` with `%USERPROFILE%` if using Windows cd ~ -# Replace 0.7.2 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.7.2 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# Replace 0.7.3 with the latest version or the one that matches the plugin +git clone --single-branch --branch 0.7.3 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git cd bgutil-ytdlp-pot-provider/server/ yarn install --frozen-lockfile npx tsc diff --git a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py index fb9b668..1ef1319 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -1 +1 @@ -__version__ = '0.7.2' +__version__ = '0.7.3' diff --git a/server/package.json b/server/package.json index 7a9bb14..ce101e5 100644 --- a/server/package.json +++ b/server/package.json @@ -11,7 +11,7 @@ "name": "grqz" } ], - "version": "0.7.2", + "version": "0.7.3", "scripts": { "lint": "npx eslint --max-warnings=0 src/", "lint-fix": "npx eslint --fix --max-warnings=0 src/",