Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPorwal authored Jun 10, 2023
1 parent 11ecbaa commit 5572813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5572813

Please sign in to comment.