Metadata-Version: 2.4
Name: audiosnatch
Version: 0.3.0
Summary: An Audiobook downloader for goldenaudiobooks and sharedaudiobooks.
Project-URL: Homepage, https://github.com/rozari0/AudioSnatchCLI
Project-URL: Bug Tracker, https://github.com/rozari0/AudioSnatchCLI/issues
Author-email: rozari0 <rozario@duck.com>
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: lxml>=5.2.2
Requires-Dist: pypdl>=1.5.6
Requires-Dist: requests>=2.32.3
Requires-Dist: rich-click>=1.8.3
Requires-Dist: validators>=0.33.0
Description-Content-Type: text/markdown


# Audio Snatch

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

## Table of contents
- [Supported Websites](#supported-websites)
- [Installation](#installation)
- [Usage/Examples](#usageexamples)
- [Acknowledgements](#acknowledgements)


## Supported Websites

- [Golden Audiobooks](https://goldenaudiobooks.club/)
- [Shared Audiobooks](https://sharedaudiobooks.net/)
- [HD Audiobooks](https://hdaudiobooks.net/)
- [Find Audiobook](https://findaudiobook.club/)
- [Bag of Audio](https://bagofaudio.com/)
- [Big Audiobooks](https://bigaudiobooks.club/)
- [Full Length Audiobooks](https://fulllengthaudiobooks.net/)
- [Prime Audiobooks](https://primeaudiobooks.club/)

## Installation

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

### Recommended: Using pipx

```bash
pipx install audiosnatch
```
### Using pip

```bash
pip install audiosnatch
```

### To get the latest: From the repository 

```bash
pip install git+https://github.com/rozari0/AudioSnatchCLI.git
```
## Usage/Examples

### Download in current folder


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

### Download in Another folder
```bash
audiosnatch -O ~/Music https://sharedaudiobooks.net/george-orwell-animal-farm-audiobook/
```
## Acknowledgements
 - [Rich Click](https://github.com/ewels/rich-click)
 - [pypdl](https://github.com/mjishnu/pypdl)
