This commit is contained in:
albert
2013-02-16 23:15:17 -05:00
parent e1d78185a0
commit 3cb84d93bd

View File

@@ -13,6 +13,7 @@ module Sources
Site.strategies.each do |strategy|
if strategy.url_match?(url)
@strategy = strategy.new(url)
get
break
end
end