prasanth.thangavel commited on
Commit
0313094
·
1 Parent(s): a219c8e

Update README.md with potential improvements

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -16,7 +16,7 @@ This application uses
16
  - HF [`gradio`](https://www.gradio.app/) - For UI.
17
 
18
  ## Cookies setup details
19
- *Note: This setup is only needed if running in hugging face (HF) spaces to avoid bot related errors*
20
 
21
  1. **Download the YouTube Cookies**
22
  - Follow the instruction provided [here](https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies) to download the YouTube cookies.
@@ -36,4 +36,8 @@ FIREFOX_COOKIES="<Formatted_Cookie_Content_Goes_Here>"
36
  ```
37
 
38
  ## Additional resources
39
- - Check out the configuration (and README metadata) reference [here](https://huggingface.co/docs/hub/spaces-config-reference)
 
 
 
 
 
16
  - HF [`gradio`](https://www.gradio.app/) - For UI.
17
 
18
  ## Cookies setup details
19
+ *Note: This setup is only needed if running in hugging face (HF) spaces to avoid bot related errors*.
20
 
21
  1. **Download the YouTube Cookies**
22
  - Follow the instruction provided [here](https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies) to download the YouTube cookies.
 
36
  ```
37
 
38
  ## Additional resources
39
+ - Check out the configuration (and README metadata) reference [here](https://huggingface.co/docs/hub/spaces-config-reference)
40
+
41
+ ## Potential Improvements
42
+ - [ ] Making the code async.
43
+ - [ ] Add support for playlists.