We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf11dc4 commit 821d449Copy full SHA for 821d449
README.md
@@ -1,4 +1,5 @@
1
# Python-Music-Player
2
+
3
## Prerequisites
4
5
1. **FFmpeg Installation:**
@@ -33,6 +34,11 @@ pip install pygame
33
34
pip install asyncio
35
```
36
37
+3. **Cookies Export:**
38
+ - Install the [Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) extension.
39
+ - Go to YouTube and export the cookies.
40
+ - Save the exported cookies to a file named `cookies.txt`.
41
42
## Usage
43
44
1. **Initialize the Player:**
0 commit comments