1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 14:18:35 +01:00
php-rss-bridge/bridges/YandereBridge.php
Pierre Mazière fd6bcbbafe [Bridges] Moebooru and MyImouto based imageboards derive from MoebooruBridge
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2016-09-04 01:27:58 +02:00

12 lines
251 B
PHP

<?php
require_once('MoebooruBridge.php');
class YandereBridge extends MoebooruBridge{
const MAINTAINER = "mitsukarenai";
const NAME = "Yande.re";
const URI = "https://yande.re/";
const DESCRIPTION = "Returns images from given page and tags";
}