This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'activerecord', '4.1.4' | |
require 'active_record' | |
require 'minitest/autorun' | |
require 'logger' | |
ActiveRecord::Base.establish_connection 'sqlite3:///:memory:' | |
ActiveRecord::Base.logger = Logger.new(STDOUT) | |
ActiveRecord::Schema.define do | |
create_table "tasks", force: true do |t| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
site: torrentz2-html | |
name: Torrentz2-html | |
language: en-us | |
links: | |
- https://torrentz2.eu/ | |
caps: | |
categories: | |
"Video Tv": TV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [2020-02-11 20:37:03,062] CPTaskScheduler._task.250: == Executing Scheduled Task: Update Checker == | |
INFO [2020-02-11 20:37:03,166] core.version.update_check.31: Checking for updates. | |
INFO [2020-02-11 20:37:04,026] CPTaskScheduler._task.275: == Finished Scheduled Task: Update Checker == | |
INFO [2020-02-11 20:37:07,000] CPTaskScheduler._task.250: == Executing Scheduled Task: Postprocessed Paths Scan == | |
INFO [2020-02-11 20:37:07,192] CPTaskScheduler._task.275: == Finished Scheduled Task: Postprocessed Paths Scan == | |
INFO [2020-02-11 20:37:12,000] CPTaskScheduler._task.250: == Executing Scheduled Task: Movie Search == | |
INFO [2020-02-11 20:37:12,000] CPTaskScheduler._task.250: == Executing Scheduled Task: Trakt Sync == | |
INFO [2020-02-11 20:37:12,001] core.searcher.search_all.65: Executing search/grab for all movies. | |
INFO [2020-02-11 20:37:12,001] core.trakt.sync.30: Syncing Trakt lists. | |
INFO [2020-02-11 20:37:12,001] core.trakt.get_list.152: Getting Trakt list boxoffice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [2020-02-12 13:06:33,043] CPTaskScheduler._task.273: == Finished Task: | |
Movie Search == | |
INFO [2020-02-12 13:06:32,816] core.snatcher.grab_all.76: ######### | |
Automatic search/snatch complete ######### | |
INFO [2020-02-12 13:06:32,795] core.snatcher.grab_all.34: Running automatic | |
snatcher for all movies. | |
INFO [2020-02-12 13:06:32,795] core.searcher.rss_sync.229: Nothing found in | |
RSS for Underwater 2020 | |
INFO [2020-02-12 13:06:32,795] core.searcher.rss_sync.217: Parsing RSS for | |
Underwater 2020 |
OlderNewer