bundle.youtube.cli

Attributes

log

Functions

youtube()

new_token()

download(url, directory, dry_run, mp3, mp3_only, best)

resolve(url, limit)

Resolve a YouTube URL and log the resulting track metadata.

track()

info(track_path)

to_mp3(track_paths)

database()

show(directory)

Module Contents

bundle.youtube.cli.log
async bundle.youtube.cli.youtube()
async bundle.youtube.cli.new_token()
async bundle.youtube.cli.download(url, directory, dry_run, mp3, mp3_only, best)
async bundle.youtube.cli.resolve(url, limit)

Resolve a YouTube URL and log the resulting track metadata.

async bundle.youtube.cli.track()
async bundle.youtube.cli.info(track_path: pathlib.Path)
async bundle.youtube.cli.to_mp3(track_paths)
async bundle.youtube.cli.database()
async bundle.youtube.cli.show(directory)