bundle.youtube.cli ================== .. py:module:: bundle.youtube.cli Attributes ---------- .. autoapisummary:: bundle.youtube.cli.log Functions --------- .. autoapisummary:: bundle.youtube.cli.youtube bundle.youtube.cli.new_token bundle.youtube.cli.download bundle.youtube.cli.resolve bundle.youtube.cli.track bundle.youtube.cli.info bundle.youtube.cli.to_mp3 bundle.youtube.cli.database bundle.youtube.cli.show Module Contents --------------- .. py:data:: log .. py:function:: youtube() :async: .. py:function:: new_token() :async: .. py:function:: download(url, directory, dry_run, mp3, mp3_only, best) :async: .. py:function:: resolve(url, limit) :async: Resolve a YouTube URL and log the resulting track metadata. .. py:function:: track() :async: .. py:function:: info(track_path: pathlib.Path) :async: .. py:function:: to_mp3(track_paths) :async: .. py:function:: database() :async: .. py:function:: show(directory) :async: