Project

syfyfancam

0.0
No release in over 3 years
Low commit activity in last 3 years
Videos from syfyfancam.com are composed by a bunch of individual images, this library gives you an API to return the link to the images given the URL of the video.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.3

Runtime

~> 1.6
 Project Readme

Syfyfancam

Build Status Gem Version

Ruby library to obtain the list of images associated to an online Syfyfancam video. See: http://www.syfyfancam.com/view-all-fancam-videos/

Installation

Command line

$ gem install syfyfancam

Gemfile

Add:

gem 'syfyfancam'

and then execute:

$ bundle

Usage

require 'syfyfancam'

syfyfancam = Syfyfancam::URL.new('http://www.syfyfancam.com/videos/ojt1nd5bnbog/')
syfyfancam.images
# => ["http://d1fmy74dfqc2hp.cloudfront.net/resources/footage/vE/oJt1Nd5BnboG/001.jpg", "http://d1fmy74dfqc2hp.cloudfront.net/resources/footage/vE/oJt1Nd5BnboG/002.jpg", ... , ]
syfyfancam.personal_hash
# => "ojt1nd5bnbog"

License

Copyright © 2019 Jonathan Hernández

Distributed under the MIT License.