diff --git a/app/logical/sources/site.rb b/app/logical/sources/site.rb index 0bfa18e06..e5a9e0053 100644 --- a/app/logical/sources/site.rb +++ b/app/logical/sources/site.rb @@ -13,6 +13,7 @@ module Sources Site.strategies.each do |strategy| if strategy.url_match?(url) @strategy = strategy.new(url) + get break end end