Skip to content

Commit

Permalink
chore(poToken_generator.py, README.md): update script to use docker f…
Browse files Browse the repository at this point in the history
…or YouTube trusted session generation (#173)

* chore(poToken_generator.py, README.md): update script to use docker for YouTube trusted session generation

* chore(README.md): remove instruction for skipping Spotify setup
  • Loading branch information
Nat1anWasTaken authored Aug 27, 2024
1 parent e817c5f commit 5f7a8cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ docker run -it \

</details>

> 如果你有需要跳過 Spotify 自動設定 (`Go to the following url: ...`),你可以將 `SKIP_SPOTIFY_SETUP` 設定為 `1`

<p align="right">(<a href="#readme-top">回到頂部</a>)</p>

Expand All @@ -172,7 +170,7 @@ docker run -it \
> 由於 YouTube 的種種限制,必須填入一些驗證資訊才能使音樂服務正常工作,具體方式請詳閱下方教學。
首先,請先使用 `pip install -r requirements.txt` 安裝所有必要的套件
安裝完後進入到Lava的資料夾運行 `python poToken_generator.py`
安裝完後進入到 Lava 的資料夾運行 `docker run quay.io/invidious/youtube-trusted-session-generator`
運行後你會看到終端輸出以下內容:

```
Expand Down
31 changes: 0 additions & 31 deletions poToken_generator.py

This file was deleted.

0 comments on commit 5f7a8cd

Please sign in to comment.