Skip to content

Commit

Permalink
use CleanUrls instead of AbsoluteUrls
Browse files Browse the repository at this point in the history
This has been renamed in the latest release of `scraped`
  • Loading branch information
tmtmtmtm committed Mar 30, 2017
1 parent d6afccc commit f11ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -11,7 +11,7 @@
require 'scraped_page_archive/open-uri'

class FolketingPage < Scraped::HTML
decorator Scraped::Response::Decorator::AbsoluteUrls
decorator Scraped::Response::Decorator::CleanUrls
end

class PartiesPage < FolketingPage
Expand Down

0 comments on commit f11ed18

Please sign in to comment.