TubeDownloader is a Python application to download audio tracks of youtube video.
$ cd TubeDownloader
$ pip install -r requeriments.txtpip install TubeDownloader$ python script.pyfrom TubeDownloader import TubeDownloader as tb
app =tb.TubeDownloader()- Input field
Fichero rutasexpects a file path with one URL per row:.
https://www.youtube.com/watch?v=hqbS7O9qIXE
https://www.youtube.com/watch?v=nowQC7YFBtw
https://www.youtube.com/watch?v=z9Uz1icjwrM
https://www.youtube.com/watch?v=XKcGB3HXrIg
- Input field
URL videoexpects a single URL video. - Output field
Carpeta destinoexpects a folder path to store the audio.
To let the magic ride, must fill at least one of the input fields, select a output folder an click the Descargar button.
