Sha256: 4f189062c1c07ff326154c7f6a5627102b699e3fba9ceef64882c89307dc8693
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
class PmStyle < EroGetter::Base name 'PM Style' url %r{http://mxserver08.net/new_pm/main/movie\d+.html} target "a > img" do |path| path.parent[:href] if path[:alt] =~ /file\d+/ end sub_directory do targets.first.match(/pm_(.+)[a|b|c].zip$/)[1] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ero_getter-1.1.2 | lib/downloader/pm_style.rb |
ero_getter-1.1.1 | lib/downloader/pm_style.rb |
ero_getter-1.1.0 | lib/downloader/pm_style.rb |