lib/wagon/ward.rb in wagon-0.9.5 vs lib/wagon/ward.rb in wagon-0.10.0
- old
+ new
@@ -5,10 +5,10 @@
def name
@name ||= self.at('a.channeltitle[href^="/units/home"]').inner_text.strip
end
def directory_path
- @directory_path ||= self.at('a.directory[href^="/units/a/directory"]')['href']
+ @directory_path ||= '/units/a/directory/photoprint/1,10357,605-1-7-197742,00.html'
end
def directory
@directory ||= Directory.new(connection, directory_path, self)
end
\ No newline at end of file