fixed hcard finder on image
This commit is contained in:
parent
c68a026658
commit
ee4c197b89
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ module HCard
|
|||
{:given_name => doc.css(".given_name").text,
|
||||
:family_name => doc.css(".family_name").text,
|
||||
:url => doc.css("#pod_location").text,
|
||||
:photo => doc.css(".photo").src}
|
||||
:photo => doc.css(".photo[src]").text}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue