Python script to download reddit post's and comments with media
- yt-dlp
- Install python3, python3-venv
-
sudo apt install python3 python3-venv
-
- create Virtual Environment inside the project root folder and activate it
-
python3 -m venv venv . venv/bin/activate
-
pip install -r requirements.txtpython save.py -u <reddit_post_url>python save.py -u <reddit_post_url> -d <destination_folder_path>Help:
python save.py -h