Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKyrios committed Jul 25, 2023
2 parents 4c6de9e + 3c754b8 commit 129f4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 129f4e5

Please # to comment.