0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Videos is an API for going from a URL to video embed code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0

Runtime

 Project Readme

Videos

Videos is an API for going from a URL to video embed code.

Right now only the basics are implemented.

YouTube, Vimeo and <video> tags are supported.

Usage

# Gemfile
gem 'rb42-videos', '~> 1.0'
# or
gem 'videos', '~> 1.0', git: 'https://github.com/ryanburnette/videos.git'
require 'videos'
v = Videos.factory('https://youtu.be/abc123')
v.id
v.to_html