Sha256: af4549866dadede48cf9569761e6fb6a5f3d9860158f09cca72d20215f1b3d72
Contents?: true
Size: 420 Bytes
Versions: 4
Compression:
Stored size: 420 Bytes
Contents
# -*- coding: utf-8 -*- class SukumizuShiryou < EroGetter::Base name 'スク水大好き!?いいえ資料です' url %r{http://iieshiryoudesu.blog96.fc2.com/blog-entry-(\d+).html} target ".ently_text a > img" do |path| path.parent[:href] if path.parent[:href] =~ /jpe?g|png|gif$/ end sub_directory do url.match(/(\d+).html/)[1] end filename { |attr| "%04d%s" % [attr[:index], attr[:ext]] } end
Version data entries
4 entries across 4 versions & 1 rubygems