globalpolicy / YoutubeToAudio

A simple python 3.7 script to download audio from a youtube URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoutubeToAudio

A simple python 3.7 script to download audio from a youtube URL

youtube-dl was used as a reference for this snippet.

usage: ytAudio.py [-h] [-s | -l] url

Retrieve audio files from youtube link

positional arguments:
  url          Youtube URL

optional arguments:
  -h, --help   show this help message and exit
  -s, --small  Small file
  -l, --large  Large file

About

A simple python 3.7 script to download audio from a youtube URL

License:MIT License


Languages

Language:Python 100.0%