mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-18 06:38:19 +01:00
fd6bcbbafe
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
12 lines
247 B
PHP
12 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";
|
|
|
|
}
|