typo.
This commit is contained in:
parent
28277cb42e
commit
6851590e6b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Client.register_trigger("PRIVMSG") do |msg|
|
|||
url = Digest::MD5.hexdigest(word)
|
||||
end
|
||||
|
||||
title = Nokogiri::HTML(open(word).read(10240).title().split(/\n/)[0][
|
||||
title = Nokogiri::HTML(open(word).read(10240)).title().split(/\n/)[0][
|
||||
|
||||
Scrape::Link.create(
|
||||
:url => url,
|
||||
|
|
Loading…
Reference in a new issue