Sha256: 3813ab3150887b34bb130a3ec38e45cdfed89c5912fce95a0bcfd73c9590e106
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
# -*- coding: utf-8 -*- class ElogBakufu < EroGetter::Livedoor #EroGetter::Base name 'エログ幕府' url %r{http://bakufu.jp/archives/\d+} sub_directory do url.match(/(\d+)/)[1] end filename { |attr| "%04d%s" % [attr[:index], attr[:ext]] } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ero_getter-1.7.0 | lib/downloader/elog_bakufu.rb |