2014-05-26 00:30:46 +02:00
|
|
|
<?php
|
2016-09-04 01:25:05 +02:00
|
|
|
require_once('Shimmie2Bridge.php');
|
|
|
|
|
|
|
|
class Rule34pahealBridge extends Shimmie2Bridge{
|
2014-05-26 00:30:46 +02:00
|
|
|
|
2016-08-30 11:23:55 +02:00
|
|
|
const MAINTAINER = "mitsukarenai";
|
|
|
|
const NAME = "Rule34paheal";
|
|
|
|
const URI = "http://rule34.paheal.net/";
|
|
|
|
const DESCRIPTION = "Returns images from given page";
|
2014-05-26 00:30:46 +02:00
|
|
|
}
|