Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Add syntax highlighting: shell
- Update docs: add plugin installation approach: PyPI
  • Loading branch information
grqz authored Sep 2, 2024
1 parent 9eff445 commit 85c6415
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Default port number is 4416. If you want to change this, be sure to change it in

Docker:

```
```sh
docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-provider
```

Native:

```
```sh
cd server/
yarn install --frozen-lockfile
npx tsc
Expand All @@ -32,6 +32,15 @@ node build/main.js

### 2. Install the plugin

Make sure you have [coletdjnz's POT plugin framework](https://github.com/coletdjnz/yt-dlp-get-pot) installed already.
Github:

1. Make sure you have [coletdjnz's POT plugin framework](https://github.com/coletdjnz/yt-dlp-get-pot) installed already.
2. Download the latest release zip from [releases](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/releases). Install it by placing the zip into one of the [plugin folders](https://github.com/yt-dlp/yt-dlp#installing-plugins).

PyPI:

```sh
pip install bgutil-ytdlp-pot-provider
```

Download the latest release zip from [releases](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/releases). Install it by placing the zip into one of the [plugin folders](https://github.com/yt-dlp/yt-dlp#installing-plugins).
This will automatically install [coletdjnz's POT plugin framework](https://github.com/coletdjnz/yt-dlp-get-pot) if haven't installed it yet.

0 comments on commit 85c6415

Please sign in to comment.