Youtube Downloader script using avconv and youtube-dl. you pass a URL, and it downloads the stream, converts to MP3, and can even write ID3 Tags easily.
--mktag option uses its own mktag routine instead of trying to reuse the one used post-download in what I call "normal processing" (downloading a stream, and converting. certain variables populate this way.)
This change fixes #3.
this new routine uses local variables for title/artist, which are taken in as args instead of read statements like in "normal processing."
Added
checks for eyeD3's existence here because it's not going through make_ID3_tags() routine anymore.
Fixed
Added