Class: Scrapers::RubyTapas::CLI
- Inherits:
-
Thor
- Object
- Thor
- Scrapers::RubyTapas::CLI
- Defined in:
- lib/scrapers/rubytapas/cli.rb
Overview
Thor script that handles things with Avdi Grimm’s RubyTapas
Instance Method Summary collapse
Instance Method Details
#download(episode) ⇒ Object
19 20 21 |
# File 'lib/scrapers/rubytapas/cli.rb', line 19 def download(episode) Scrapers::RubyTapas::Scraper.new(episode, ).scrape! end |