Skip to content

Commit

Permalink
[readme] move the github instructions after the pypi one (https://git…
Browse files Browse the repository at this point in the history
  • Loading branch information
grqz authored Sep 5, 2024
1 parent 709269e commit 77df1e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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
```shell
docker run --name bgutil-provider -d -p 4416:4416 brainicism/bgutil-ytdlp-pot-provider
```

Native:

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

### 2. Install the plugin

Github:

1. Make sure you have [coletdjnz's POT plugin framework](https://github.com/coletdjnz/yt-dlp-get-pot) installed already (must be at least version 0.0.2 or newer).
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
```shell
pip install bgutil-ytdlp-pot-provider
```

Github:

1. Make sure you have [coletdjnz's POT plugin framework](https://github.com/coletdjnz/yt-dlp-get-pot) installed already (must be at least version 0.0.2 or newer).
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).

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 77df1e7

Please sign in to comment.