Sha256: 428c686be5762a5656e5e856fe510a2eb620d36aac62507191487224d8b4db74

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

# -*- coding: utf-8 -*-
class OkkiChannel < EroGetter::Base

  name "おっきちゃんねる"
  url %r{http://moegazo.info/archives/(\d+).html}

  target ".article-body-inner 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

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ero_getter-1.5.0 lib/downloader/okki_channel.rb