Sha256: 6f870d0c1744268de02a60603f2dd87b751fe910c5748e52a3205850072ae1d3
Contents?: true
Size: 382 Bytes
Versions: 12
Compression:
Stored size: 382 Bytes
Contents
# -*- coding: utf-8 -*- class MinkChannel < EroGetter::Base name 'みんくちゃんねる' url %r{http://minkch.com/archives/(\d+).html} target ".article-body-inner img" do |path| path.parent[:href] if path.parent[:href] =~ /jpe?g|gif|png/ end sub_directory do url.match(/(\d+)\.html/)[1] end filename {|attr| "%04d%s" % [attr[:index], attr[:ext]] } end
Version data entries
12 entries across 12 versions & 1 rubygems