mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 10:05:32 +03:00
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";
|
|
|
|
}
|