Skip to content

Commit

Permalink
[Shimmie2Bridge] Fix bridge (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanq authored Jun 14, 2022
1 parent 4b3b1ca commit 90e0504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/Shimmie2Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 90e0504

Please sign in to comment.