pinterest-dl


Gem Downloads License Ruby


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/..."

License

MIT © monji024