Skip to content

Commit b09bf9c

Browse files
committed
bgutil-ytdlp-pot-provider 1.3.1
1 parent d863a37 commit b09bf9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# check=error=true
33

4-
ARG BGUTIL_YTDLP_POT_PROVIDER_VERSION="1.3.0"
4+
ARG BGUTIL_YTDLP_POT_PROVIDER_VERSION="1.3.1"
55
ARG FFMPEG_VERSION="N"
66
ARG YTDLP_EJS_VERSION="0.3.2"
77

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ yt-dlp = {extras = ["default", "curl-cffi"], version = "*"}
2424
emoji = "*"
2525
brotli = "*"
2626
html5lib = "*"
27-
bgutil-ytdlp-pot-provider = "~=1.3.0"
27+
bgutil-ytdlp-pot-provider = "~=1.3.1"
2828
yt-dlp-remote-cipher = "*"
2929
babi = "*"

docs/youtube-pot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## YouTube Proof-of-Origin Token plugin
66

77
To generate tokens TubeSync is using a plugin for `yt-dlp` from:
8-
* https://github.com/Brainicism/bgutil-ytdlp-pot-provider/tree/1.3.0/plugin/yt_dlp_plugins/extractor/
8+
* https://github.com/Brainicism/bgutil-ytdlp-pot-provider/tree/1.3.1/plugin/yt_dlp_plugins/extractor/
99

1010
#### Addition of plugin support
1111

@@ -35,14 +35,14 @@ If you are using another web server instead, you should configure similar proxyi
3535
3636
#### Running the web service container the plugin communicates with
3737
38-
Docker image: `brainicism/bgutil-ytdlp-pot-provider:1.3.0`
38+
Docker image: `brainicism/bgutil-ytdlp-pot-provider:1.3.1`
3939
4040
```sh
4141
$ docker run -d \
4242
--name bgutil-ytdlp-pot-service \
4343
-p 4416:4416 \
4444
--restart unless-stopped \
45-
brainicism/bgutil-ytdlp-pot-provider:1.3.0
45+
brainicism/bgutil-ytdlp-pot-provider:1.3.1
4646
```
4747
4848
#### Configure the plugin using environment variables

0 commit comments

Comments
 (0)