[SakugabooruBridge] Remove bridge

The target server for this bridge is no longer reachable and
there doesn't seem to be any attempt to get it back online.
This commit is contained in:
logmanoriginal 2019-06-12 20:21:00 +02:00
parent b1b7e4edce
commit de53120843
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
<?php
require_once('MoebooruBridge.php');
class SakugabooruBridge extends MoebooruBridge {
const MAINTAINER = 'mitsukarenai';
const NAME = 'Sakugabooru';
const URI = 'http://sakuga.yshi.org/';
const DESCRIPTION = 'Returns images from given page';
}