lib/downloader/elog_bakufu.rb in ero_getter-1.3.4 vs lib/downloader/elog_bakufu.rb in ero_getter-1.3.5
- old
+ new
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
class ElogBakufu < EroGetter::Base
name 'エログ幕府'
- url %r{http://blog.livedoor.jp/samplems-bakufu/archives/51351906.html}
+ url %r{http://blog.livedoor.jp/samplems-bakufu/archives/\d+.html}
target ".article-body-inner img" do |path|
if path.parent.name == "a" && path.parent[:href] =~ /jpe?g|gif|png$/
path.parent[:href]
else