A simple Python script that uses yt-dlp
to download videos from Pinterest by providing a video URL.
- Allows downloading Pinterest videos using a URL.
- Provides an option to download multiple videos by entering multiple URLs in succession.
- Simple CLI interface.
-
Python 3.7+ required.
-
yt-dlp: Install it via pip.
pip install yt-dlp
-
Clone the repository:
git clone https://github.com/its-cutie-valerie/pinterest-video-downloader.git cd pinterest-video-downloader
-
Run the script:
python pinterest_downloader.py
-
When prompted, enter the Pinterest video URL you want to download. Type
no
to exit.Enter the Pinterest video URL you want to download (or type 'no' to exit): [Your Pinterest URL here]
-
Your video will download to the current directory with the video ID as the filename.
Enter the Pinterest video URL you want to download (or type 'no' to exit): https://www.pinterest.com/pin/123456789/
This script is intended for personal use only. Always respect copyright laws and Pinterest's terms of service when downloading videos.