Sha256: 7fc57857aac4523dac177bb00a08b965a7ac31a28691fad969f318d53bd1fe7b
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 Bytes
Contents
require 'video_grabber/application' require 'video_grabber/config.rb' require 'video_grabber/scraper.rb' require 'video_grabber/exceptions.rb' require 'selenium-webdriver' require 'headless' require 'nokogiri' require 'watir' require 'cgi' require 'phantomjs' require 'pry' module VideoGrabber class << self attr_reader :application def new(opts) @application = VideoGrabber::Application.new(opts) end def call application.call end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
video_grabber-1.9 | lib/video_grabber.rb |
video_grabber-1.8.6 | lib/video_grabber.rb |
video_grabber-1.8.0 | lib/video_grabber.rb |