diff --git a/README.md b/README.md index 473293e..c1d0a22 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ git clone https://git.lecygnenoir.info/LecygneNoir/prismedia.git prismedia ``` You may use pip to install requirements: `pip install -r requirements.txt` if you want to use the script directly. -(**note:** requirements are generated via `poetry export -f requirements.txt`) +(**note:** requirements are generated via `poetry export -f requirements.txt > requirements.txt`) Otherwise, you can use [poetry](https://python-poetry.org), which create a virtualenv for the project directly (Or use the existing virtualenv if one is activated) @@ -124,9 +124,7 @@ Use a NFO file to specify your video options: prismedia --file="yourvideo.mp4" --nfo /path/to/your/nfo.txt ``` -Use some credits to show some activity for you apikey so the platform know it is used and would not put your quota to 0 (only Youtube currently). - -To prevent Youtube from inactivating your apikey after 90days of inactivity it is recommended to launch this command automatically from a script around once a month. It will mwke a call to use a few credits from your daily quota. +To prevent Youtube from disabling your apikey after 90days of inactivity it is recommended to launch this command automatically from a script around once a month. It will make a call to use a few credits from your daily quota. On Linux and MacOS, you can use cron, on Windows the "Task Scheduler". ```sh prismedia --hearthbeat @@ -235,4 +233,4 @@ Available strict options: Inspired by peeror (First peertube mirror by Rigelk) and [youtube-upload](https://github.com/tokland/youtube-upload) ## Contributors -Thanks to: @LecygneNoir, @Zykino, @meewan, @rigelk 😘 +Thanks to: @LecygneNoir, @Zykino, @meewan, @ysalmon, @rigelk 😘