From 090389f906c404c71ecff56b6c9a6737009da204 Mon Sep 17 00:00:00 2001 From: X-Noid <67302057+X-Gorn@users.noreply.github.com> Date: Tue, 20 Apr 2021 07:28:06 +0900 Subject: [PATCH] Fixed: ffmpeg_utils.py url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ed799f..db7283d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add values in environment variables or add them in [config.env.template](./confi - `DOWNLOAD_DIR` - (Optional) Temporary download directory to keep downloaded files. ### Configuring Encoding Format -To change the ffmpeg profile edit them in [ffmpeg_utils.py](./ffmpeg_utils.py) +To change the ffmpeg profile edit them in [ffmpeg_utils.py](/bot/helper/ffmpeg_utils.py) ### Installing Requirements Install the required Python Modules in your machine. @@ -29,4 +29,4 @@ python3 main.py ### Copyright & License - Copyright © 2021 — [Adnan Ahmad](https://github.com/viperadnan-git) -- Licensed under the terms of the [GNU General Public License Version 3 ‐ 29 June 2007](./LICENSE) \ No newline at end of file +- Licensed under the terms of the [GNU General Public License Version 3 ‐ 29 June 2007](./LICENSE)