https://github.com/avastroficial/convertidormp3
Con esta herramienta podrás convertir en un video de YouTube a mp3
https://github.com/avastroficial/convertidormp3
bsz converidormp3 conversion-video python
Last synced: 5 months ago
JSON representation
Con esta herramienta podrás convertir en un video de YouTube a mp3
- Host: GitHub
- URL: https://github.com/avastroficial/convertidormp3
- Owner: AvastrOficial
- Created: 2024-07-08T21:36:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T04:27:35.000Z (10 months ago)
- Last Synced: 2024-11-11T03:12:03.552Z (7 months ago)
- Topics: bsz, converidormp3, conversion-video, python
- Language: Python
- Homepage: https://replit.com/@StrAva1/mp3#main.py
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConvertidorMp3
> Esta herramienta trasforma un url de yotube a un video mp4 y del mp4 trasforma un mp3 y elimina el video mp4 para que se guarde solo el audio del video
# Instalacion termux
> pkg update && pkg upgrade
>
> pkg install python
>
> pkg install python-pip
>
> pkg install ffmpeg
>
> git clone https://github.com/AvastrOficial/ConvertidorMp3.git
>
> cd ConvertidorMp3
>
> pip install -r requirements.txt
>
> python mp3BszV1.py
# Vercion 2 :
> pip install yt-dlp
>
> pip install --upgrade pytube
>

# Fotos actuales de la herramienta :

# Informacion :
> Esta la opcion de poner mas de 1 url puedes hacer la separacion por coma

# Actualizacion v3:
> Esta podras selcionar la opcion mp4 y mp3 :
>

# Emulalo en replit :
https://replit.com/@StrAva1/mp3#main.py