Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.46 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.46 KB

Audio Snatch

This Python cli tool allows you to download audiobooks from multiple websites.

Table of contents

Supported Websites

Installation

To install this project on your machine, you can use one of the following methods:

Recommended: Using pipx

pipx install audiosnatch

Using pip

pip install audiosnatch

To get the latest: From the repository

pip install git+https://github.com/rozari0/AudioSnatch.git

Usage/Examples

Download in current folder

audiosnatch https://sharedaudiobooks.net/george-orwell-animal-farm-audiobook/

Download in Another folder

audiosnatch -O ~/Music https://sharedaudiobooks.net/george-orwell-animal-farm-audiobook/

Acknowledgements