Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Dec 29, 2024
1 parent 88b104a commit c98155c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-pr
**Native:**

```shell
# Replace 0.7.1 with the latest version or the one that matches the plugin
git clone --single-branch --branch 0.7.1 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git
# 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
cd bgutil-ytdlp-pot-provider/server/
yarn install --frozen-lockfile
npx tsc
Expand Down Expand Up @@ -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.1 with the latest version or the one that matches the plugin
git clone --single-branch --branch 0.7.1 https://github.com/Brainicism/bgutil-ytdlp-pot-provider.git
# 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
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.7.1'
__version__ = '0.7.2'
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "grqz"
}
],
"version": "0.7.1",
"version": "0.7.2",
"scripts": {
"lint": "npx eslint --max-warnings=0 src/",
"lint-fix": "npx eslint --fix --max-warnings=0 src/",
Expand Down

0 comments on commit c98155c

Please sign in to comment.