You are not logged in.
Hi all,
I wrote a simple youtube-dl wrapper program (with added features) in python for downloading and managing youtube audio(s) - yt-audio
yt-audio added features
- Users can create/setup their own CLI arguments for managing youtube audio(s)/playlists (Example below). (Custom arguments are visible in --help).
- yt-audio adds option of keeping track of downloaded titles using file's metadata.
- Download each playlist/audio(s) in a different directory (right from command-line).
- And more...
Example usage:
# Synchronizes/downloads --custom1 and --custom2 custom argument URLs and download specified playlist URL as well.
# Custom arguments are configured in config file.
$ yt-audio --custom1 --custom2 https://youtube.com/playlist?list=abcxyz
# Saves playlist to /my/path/p1/<PlaylistName>/ and single audio to /some/another/path
$ yt-audio https://youtube.com/playlist?list=abcxyz::/my/path/p1 https://www.youtube.com/watch?v=abcxyz::/some/another/pathComplete details, available options and setup procedures are documented on GitHub.
yt-audio is available on AUR as well as pypi.
Important Note: yt-audio uses configuration file to store custom arguments and other user settings.
The config file is not installed/copied during installation. The user has to copy the config file manually.
Please read config file setup instructions for details.
Hope you find this useful. Open to suggestions ![]()
Last edited by pseudoroot (2020-01-19 19:58:39)
Offline