-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
OnlyFart
committed
Nov 16, 2024
1 parent
87a3a2d
commit 70b28de
Showing
13 changed files
with
12 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...LibSocial/NewSocialLib/HentaiLibGetter.cs → ...ogic/Getters/LibSocial/HentaiLibGetter.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../LibSocial/NewSocialLib/MangaLibGetter.cs → ...Logic/Getters/LibSocial/MangaLibGetter.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
using System; | ||
using Core.Configs; | ||
|
||
namespace Core.Logic.Getters.LibSocial.NewSocialLib; | ||
namespace Core.Logic.Getters.LibSocial; | ||
|
||
public class MangaLibGetter : MangaLibGetterBase { | ||
public MangaLibGetter(BookGetterConfig config) : base(config) { } | ||
|
||
protected override Uri ImagesHost => new("https://img33.imgslib.link/"); | ||
|
||
protected override Uri SystemUrl => new("https://test-front.mangalib.me/"); | ||
protected override Uri SystemUrl => new("https://mangalib.me/"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...bSocial/NewSocialLib/MangaLibOrgGetter.cs → ...ic/Getters/LibSocial/MangaLibOrgGetter.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
Core/Logic/Getters/LibSocial/OldSocialLib/MangaOldLibGetter.cs
This file was deleted.
Oops, something went wrong.
69 changes: 0 additions & 69 deletions
69
Core/Logic/Getters/LibSocial/OldSocialLib/MangaOldLibGetterBase.cs
This file was deleted.
Oops, something went wrong.
128 changes: 0 additions & 128 deletions
128
Core/Logic/Getters/LibSocial/OldSocialLib/OldLibSocialGetterBase.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../LibSocial/NewSocialLib/SlashLibGetter.cs → ...Logic/Getters/LibSocial/SlashLibGetter.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters