Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Sep 19, 2024
1 parent 11b20a4 commit 285093d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/yt_dlp_plugins/extractor/getpot_bgutil.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.2'
__version__ = '0.6.0'
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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/",
Expand Down

0 comments on commit 285093d

Please sign in to comment.