From 3c754b819f6270987e8f941d4349dd0451456f19 Mon Sep 17 00:00:00 2001 From: MrKyrios Date: Tue, 25 Jul 2023 14:08:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d009fec..0e0fd89 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Prepare a text file (youtubeURLs.txt) containing the YouTube video URLs, one URL Open the script (YT2MP3.py) and modify the following variables: - URLS_FILE_PATH: The file path of the text file containing the YouTube video URLs (default: "youtubeURLs.txt"). -- DOWNLOAD_PATH: The directory where you want the downloaded MP3 files to be saved. Replace YOUR_DOWNLOAD_PATH with your desired path. -- Insert your RapidAPI key into the HEADERS dictionary by replacing YOUR_RAPID_API_KEY with your actual API key. +- DOWNLOAD_PATH: The directory where you want the downloaded MP3 files to be saved. Replace {YOUR_DOWNLOAD_PATH} with your desired path. +- Insert your RapidAPI key into the HEADERS dictionary by replacing {YOUR_RAPID_API_KEY} with your actual API key. ## Run