Skip to content

Commit

Permalink
Update libgen.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantshah977 authored Feb 7, 2025
1 parent ca4360b commit e6228d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/books/libgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Libgen extends BookParser {
* @type {string}
*/
override readonly name: string = 'Libgen';
private readonly downloadIP = 'http://62.182.86.140';
private readonly downloadIP = 'https://download.books.ms';

protected override logo =
'https://f-droid.org/repo/com.manuelvargastapia.libgen/en-US/icon_TP2ezvMwW5ovE-wixagF1WCThMUohX3T_kzYhuZQ8aY=.png';
Expand Down

0 comments on commit e6228d0

Please # to comment.