mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-06 08:09:52 +01:00
10 lines
240 B
PHP
10 lines
240 B
PHP
<?php
|
|
|
|
class MilbooruBridge extends Shimmie2Bridge
|
|
{
|
|
const MAINTAINER = 'mitsukarenai';
|
|
const NAME = 'Milbooru';
|
|
const URI = 'http://sheslostcontrol.net/moe/shimmie/';
|
|
const DESCRIPTION = 'Returns images from given page';
|
|
}
|