From 5572813e3a4c4b3ffa874ac00a9d61874b07a94c Mon Sep 17 00:00:00 2001 From: Dhananjay Porwal <51775507+DhananjayPorwal@users.noreply.github.com> Date: Sat, 10 Jun 2023 21:20:57 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cacd011..968ae1d 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,9 @@ This repository contains a Python script for downloading all the videos from a Y 6. The script will display the size of each video before downloading 🗜 and provide progress updates. 7. Once all videos have been downloaded, a success message will be displayed 🎉. + +## Known Errors + +If a folder with the same name as the playlist already exists, the script will throw an error. This is because the script tries to create a new folder with an alphanumeric name based on the playlist title to store the downloaded videos. However, if a folder with the same name already exists, the operating system will not allow the creation of another folder with the same name, resulting in an error. + +> To resolve this issue, you can either delete the existing folder or rename it before running the script.