mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 01:55:27 +03:00
4f75591060
Reformat code base to PSR12 Co-authored-by: rssbridge <noreply@github.com>
9 lines
240 B
PHP
9 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';
|
|
}
|