2014-05-26 00:30:46 +02:00
|
|
|
<?php
|
2016-09-04 01:23:34 +02:00
|
|
|
require_once('MoebooruBridge.php');
|
|
|
|
|
|
|
|
class YandereBridge extends MoebooruBridge{
|
2014-05-26 00:30:46 +02:00
|
|
|
|
2016-08-30 11:23:55 +02:00
|
|
|
const MAINTAINER = "mitsukarenai";
|
|
|
|
const NAME = "Yande.re";
|
|
|
|
const URI = "https://yande.re/";
|
|
|
|
const DESCRIPTION = "Returns images from given page and tags";
|
2015-11-05 16:50:18 +01:00
|
|
|
|
2014-05-26 00:30:46 +02:00
|
|
|
}
|