pierreguillou commited on
Commit
90825b7
·
verified ·
1 Parent(s): 9668e6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -11,3 +11,25 @@ short_description: extraction in mp3 of the sound of any YouTube link
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # YouTube to MP3 Converter
16
+
17
+ This application allows you to download the audio from a YouTube video in MP3 format.
18
+
19
+ ## Usage
20
+
21
+ 1. Paste a YouTube video URL in the text field
22
+ 2. Click "Submit"
23
+ 3. Download the generated MP3 file
24
+
25
+ ## Technologies Used
26
+
27
+ - Gradio for the user interface
28
+ - yt-dlp for downloading and converting YouTube videos
29
+ - ffmpeg for audio processing
30
+
31
+ ## Important Note
32
+
33
+ This application is intended for educational purposes only and for downloading content that you own the rights to or that is under free license.
34
+
35
+ Due to YouTube restrictions, some videos requiring authentication cannot be downloaded in the Hugging Face Spaces environment. For full functionality, run this application locally or in Google Colab.