0.0
The project is in a healthy, maintained state
Simple Pinterest Downloader Tool:)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

pinterest-dl

Get direct image and video URLs from Pinterest:)

Demo

Using a VPN is important for those in Iran!!!

Installation

gem install pinterest-dl

Usage

require 'pinterest-dl'

Get image url

url = PinterestDL.get_image_url('https://www.pinterest.com/pin/example/')
# => "https://i.pinimg.com/originals/8e/2a/..."

Get video url

url = PinterestDL.get_video_url('https://www.pinterest.com/pin/example/')
# => "https://v.pinimg.com/videos/..."

Links

License

MIT © monji024