From 285093d0fe08f72d1f633d312faa6a10941500da Mon Sep 17 00:00:00 2001 From: Brian Le Date: Wed, 18 Sep 2024 21:46:13 -0700 Subject: [PATCH] 0.6.0 --- README.md | 8 ++++---- plugin/yt_dlp_plugins/extractor/getpot_bgutil.py | 2 +- server/package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e5712e6..6f06010 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-pr **Native:** ```shell -# replace 0.4.0 with the latest version, or a matching plugin -git clone --single-branch --branch 0.4.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# replace 0.6.0 with the latest version, or a matching plugin +git clone --single-branch --branch 0.6.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git cd bgutil-ytdlp-pot-provider/server/ yarn install --frozen-lockfile npx tsc @@ -71,8 +71,8 @@ node build/main.js # Clone/extract the contents into your home directory (`~/` on Unix-based systems, `%USERPROFILE%` for Windows) # if you want to use this method without needing to specify `getpot_bgutil_script` extractor argument on each yt-dlp invocation. cd ~ -# replace 0.4.0 with the latest version, or a matching plugin -git clone --single-branch --branch 0.4.0 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git +# replace 0.6.0 with the latest version, or a matching plugin +git clone --single-branch --branch 0.6.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 45869b6..ef7eb44 100644 --- a/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py +++ b/plugin/yt_dlp_plugins/extractor/getpot_bgutil.py @@ -1 +1 @@ -__version__ = '0.5.2' +__version__ = '0.6.0' diff --git a/server/package.json b/server/package.json index 937d79c..cb6bd2f 100644 --- a/server/package.json +++ b/server/package.json @@ -1,5 +1,5 @@ { - "name": "bgutils-ytdlp-pot-provider", + "name": "bgutil-ytdlp-pot-provider", "description": "Proof-of-origin token provider and plugin for yt-dlp, using bgutils", "license": "GPL-3.0-only", "contributors": [ @@ -11,7 +11,7 @@ "name": "grqz" } ], - "version": "0.5.2", + "version": "0.6.0", "scripts": { "lint": "npx eslint --max-warnings=0 src/", "lint-fix": "npx eslint --fix --max-warnings=0 src/",