mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
add note about Watchtower to README
This commit is contained in:
parent
7b94a4fabd
commit
4ee096c666
1 changed files with 8 additions and 0 deletions
|
@ -120,6 +120,14 @@ example.com {
|
|||
}
|
||||
```
|
||||
|
||||
## Updating yt-dlp
|
||||
|
||||
The engine which powers the actual video downloads in MeTube is [yt-dlp](https://github.com/yt-dlp/yt-dlp). Since video sites regularly change their layouts, frequent updates of yt-dlp are required to keep up.
|
||||
|
||||
There's an automatic nightly build of MeTube which looks for a new version of yt-dlp, and if one exists, the build pulls it and publishes an updated docker image. Therefore, in order to keep up with the changes, it's recommended that you update your MeTube container regularly with the latest image.
|
||||
|
||||
I recommend installing and setting up [watchtower](https://github.com/containrrr/watchtower) for this purpose.
|
||||
|
||||
## Build and run locally
|
||||
|
||||
Make sure you have node.js and Python 3.8 installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue