summaryrefslogtreecommitdiff
path: root/bridges/KonachanBridge.php
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2019-09-24 22:51:24 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2019-09-24 22:51:24 +0200
commit8702184834089fd80a0caedd34297f834e716f52 (patch)
tree462095b3c147cb2a56ac5f1f42ce3d4e8b6839e2 /bridges/KonachanBridge.php
Import Upstream version 2019-01-13
Diffstat (limited to 'bridges/KonachanBridge.php')
-rw-r--r--bridges/KonachanBridge.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/bridges/KonachanBridge.php b/bridges/KonachanBridge.php
new file mode 100644
index 0000000..4250e8b
--- /dev/null
+++ b/bridges/KonachanBridge.php
@@ -0,0 +1,11 @@
+<?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';
+
+}