Skip to content

Commit

Permalink
docs: add ffmpeg note
Browse files Browse the repository at this point in the history
  • Loading branch information
didasy committed Sep 21, 2020
1 parent 1f3e83b commit 8459ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Automatic Youtube video and stream archiver.
## Note

- You **MUST** install [youtube-dl](https://github.com/ytdl-org/youtube-dl) first and **MUST** be available at `$PATH`.
- You **MUST** install [ffmpeg](https://ffmpeg.org/) too for this to work.
- To run s3 test or complete suite test, you need to run `test_s3.sh` for it to start a Minio server. You can stop it or delete it after testing by running `test_s3_teardown.sh`
- You also need to set `YTFEED_YOUTUBE_API_KEY`, `YTFEED_YOUTUBE_VIDEO_ID`, and `YTFEED_YOUTUBE_VIDEO_URL` to do a complete suite test.
- You can redo failed download by sending a `POST` request with the XML message in the log as the body.
Expand Down

0 comments on commit 8459ee7

Please sign in to comment.