[Shimmie2Bridge] Fix bridge (#2814)

This commit is contained in:
Yaman Qalieh 2022-06-14 09:45:35 -04:00 committed by GitHub
parent 4b3b1ca163
commit 90e0504da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';