forked from blallo/rss-bridge
fd6bcbbafe
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
11 lines
247 B
PHP
11 lines
247 B
PHP
<?php
|
|
require_once('MoebooruBridge.php');
|
|
|
|
class KonachanBridge extends MoebooruBridge {
|
|
|
|
const MAINTAINER = "mitsukarenai";
|
|
const NAME = "Konachan";
|
|
const URI = "http://konachan.com/";
|
|
const DESCRIPTION = "Returns images from given page";
|
|
|
|
}
|