/usr/share/rss-bridge/bridges/YandereBridge.php is in rss-bridge 2017-08-03-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <?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';
}
|