Add option to pull all videos

This commit is contained in:
Omar Roth 2018-08-08 20:12:17 -05:00
parent 4730497efe
commit 6d8caaee65
4 changed files with 9 additions and 7 deletions

View file

@ -83,7 +83,7 @@ crawl_threads.times do
end
end
refresh_channels(PG_DB, channel_threads)
refresh_channels(PG_DB, channel_threads, CONFIG.full_refresh)
video_threads.times do |i|
spawn do