mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[Shimmie2Bridge] Fix bridge (#2814)
This commit is contained in:
parent
4b3b1ca163
commit
90e0504da5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
class Shimmie2Bridge extends DanbooruBridge {
|
||||
|
||||
const NAME = 'Shimmie v2';
|
||||
const URI = 'https://shimmie.shishnet.org/v2/';
|
||||
const URI = 'https://shimmie.shishnet.org/';
|
||||
const DESCRIPTION = 'Returns images from given page';
|
||||
|
||||
const PATHTODATA = '.shm-thumb-link';
|
||||
|
|
Loading…
Add table
Reference in a new issue