From 76f7a088b881120bd1b95f7054519ed39b6a9246 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Thu, 26 Dec 2024 01:30:18 -0500 Subject: [PATCH] 0.7.0 --- 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 f992f19..7d2ae2f 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.6.0 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.6.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# Replace 0.7.0 with the latest version or the one that matches the plugin +git clone --single-branch --branch 0.7.0 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.6.0 with the latest version or the one that matches the plugin -git clone --single-branch --branch 0.6.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# Replace 0.7.0 with the latest version or the one that matches the plugin +git clone --single-branch --branch 0.7.0 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 8411e55..a71c5c7 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.7.0' diff --git a/server/package.json b/server/package.json index 932c24d..166ce19 100644 --- a/server/package.json +++ b/server/package.json @@ -11,7 +11,7 @@ "name": "grqz" } ], - "version": "0.6.1", + "version": "0.7.0", "scripts": { "lint": "npx eslint --max-warnings=0 src/", "lint-fix": "npx eslint --fix --max-warnings=0 src/",