2014-05-26 00:30:46 +02:00
|
|
|
<?php
|
2016-09-04 01:23:34 +02:00
|
|
|
require_once('MoebooruBridge.php');
|
|
|
|
|
|
|
|
class KonachanBridge extends MoebooruBridge {
|
2014-05-26 00:30:46 +02:00
|
|
|
|
2016-08-30 11:23:55 +02:00
|
|
|
const MAINTAINER = "mitsukarenai";
|
|
|
|
const NAME = "Konachan";
|
|
|
|
const URI = "http://konachan.com/";
|
|
|
|
const DESCRIPTION = "Returns images from given page";
|
2015-11-05 16:50:18 +01:00
|
|
|
|
2014-05-26 00:30:46 +02:00
|
|
|
}
|