[DollbooruBridge] Remove bridge

The target site for this bridge has been down for at least a year
now and there doesn't seem to be any attempt to get it back up.
Their twitter account is also silent since 2012, so no harm
removing this bridge.

https://twitter.com/dollbooru?lang=en
This commit is contained in:
logmanoriginal 2019-06-12 20:11:30 +02:00
parent b27487ace0
commit b1b7e4edce
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?php
require_once('Shimmie2Bridge.php');
class DollbooruBridge extends Shimmie2Bridge {
const MAINTAINER = 'mitsukarenai';
const NAME = 'Dollbooru';
const URI = 'http://dollbooru.org/';
const DESCRIPTION = 'Returns images from given page';
}