mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 01:55:27 +03:00
10 lines
230 B
PHP
10 lines
230 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';
|
|
|
|
}
|