A CLI-based Python tool for batch downloading episodes of the Darknet Diaries podcast.
Because nobody likes being tethered to the Internet while enjoying a good podcast.
- 🎶 Offline Enjoyment: Download and listen to episodes without an Internet connection.
- ✅ Simplicity: Minimalistic, user-friendly interface.
- 📜 Extendable: Export data in JSON format for use in other projects.
- ⌨️ CLI Support: Easily download episodes via the command line.
Clone the repository and navigate to the project directory:
git clone https://github.com/Psyhackological/DDD && cd DDD
- Download the ZIP archive from the 'Code' > 'Download ZIP'.
- Extract the archive and navigate to the project directory.
Install the required Python modules:
pip install -r requirements.txt
For per-user installation:
pip install --user -r requirements.txt
python3 DDD.py -h, --help
python3 DDD.py
python3 DDD.py [start] [end]
Example: Downloading episodes 1 to 10:
python3 DDD.py 1 10
python3 DDD.py -c, --choices [episode_numbers]
Example: Downloading episodes 3, 5, and 8:
python3 DDD.py -c 3 5 8
No contributions yet, but I'm open to pull requests and suggestions!
This project is licensed under the GNU GPLv3.
This section is a work-in-progress.