Smol Ame
67a9995b03
West Manga: Update domain URL ( #8619 )
...
* Westmanga: Bump overrideVersionCode
* Westmanga: Update baseURL
* Westmanga: Update baseURL
2025-05-20 21:26:58 +01:00
TheKingTermux
b9a05d4fcc
Doujindesu: Add more filter and fix description ( #8405 )
...
* [WIP] DoujinDesu Add Group and Series Filter
https://github.com/keiyoushi/extensions-source/issues/7816
* Remove Unused Feature
* Bump version
* Add Class
* Rephrase
* Progress today
* Fixing errors that were not fixed yesterday
* Separate Author Filter same as Group and Series
* Update again about the desc
* Uhh my left over
* Changes requested
Thanks to @AwkwardPeak7
* I left it
* Don't use Author, Group, and Series filter when query isn't blank
2025-05-20 21:26:53 +01:00
Vetle Ledaal
5b7ce2f85d
Remove broken extensions/sites ( #8167 )
...
* Remove HerenScan (403)
* Remove Its Your Right Manhua (403)
* Remove PrinceEdiciones (403)
* Remove Manhwas.es (403)
* Remove Yaoi Manga (403)
* Remove Kings Of Darkness (404)
* Remove ManhwaFreak.xyz (404)
* Remove HenChan (404)
* Remove Yaoi Flix (404)
* Remove Asura Scans.us (unoriginal) (disabled)
* Remove Bento Manga (404)
* Remove MR Yaoi Fansub (expired)
* Remove Aurora Scan (empty)
* Remove Varna Scan (unrelated)
* Remove Guilda Tier Draw (disabled / invite only)
* Remove Norte Rose Scan (under maintenance)
* Remove Nox Scans (disabled)
* Remove Novelle Leggere (unrelated)
* Remove IchiroManga (disabled)
* Remove LeerMangasXYZ (unrelated)
* Remove Wicked Scans (526, invalid SSL certificate)
2025-03-27 00:02:34 +00:00
Pandu
7e13a5ca27
Noromax: Update Domain ( #8164 )
2025-03-27 00:02:34 +00:00
Chopper
f192dc994e
Add some sources (mangathemesia) ( #8141 )
...
* Add MangaTV
* Add MangaOku
* Add RofanToon
* Add SpeedManga
* Add KomikDewasa
* Fix MangaTV dateFormat
2025-03-27 00:02:34 +00:00
Chopper
3a8918ae58
OtaScans: Update domain ( #8132 )
...
Update domain
2025-03-27 00:02:34 +00:00
Vetle Ledaal
1c3e40c5dc
Remove extensions with parked domains ( #8077 )
...
Remove some parked domains
Fairy Manga
KomikPlay
LegendScanlations
MangaToRead
MangaUS
MangaXP
NeatManga
NOISE Manga
Rainbow Fairy Scan
Sawamics
Zahard
2025-03-27 00:02:31 +00:00
Vetle Ledaal
5508ced068
Remove extensions redirecting to other extensions ( #8076 )
...
* Remove Apolltoons (replaced by Mundo Manhwa)
* Remove Arctic Scan (replaced by Yushuke Mangas)
* chore: update comment bacakomik.co -> bacakomik.one
* Remove Black Scans (replaced by Yugen Mangás)
* Remove KomikIndo.info (replaced by Mangasusu)
* Remove Snow Scans (replaced by Galaxy)
* Remove Vex Manga (replaced by Vortex Scans)
* Remove MangaSaki (replaced by Mangasail)
* Remove Xmanhwa (replaced by ManhwaDen)
2025-03-27 00:02:31 +00:00
Vetle Ledaal
f5aecd2ad4
Remove extensions without A record ( #8075 )
...
Hreads
Manga 18h
Mangá Ninja
Mangaxico
Mangayaro
Otsugami
ReadComic.Top
Tyrant Scans
Wonderland Scan
2025-03-27 00:02:31 +00:00
Smol Ame
ab5474a92b
Shinigami: Bump extVersionCode ( #8043 )
2025-03-27 00:02:31 +00:00
Luqman
ff9732e42b
Shinigami: Rewrite for new site ( #7894 )
...
* Shinigami: Rewrite for new site
* add migration info
* tweak baseurl
* use 1 date formatter
* handle decimal chapter number
* Update src/id/shinigami/src/eu/kanade/tachiyomi/extension/id/shinigami/Shinigami.kt
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* cleaning
* remove unused
* Update src/id/shinigami/src/eu/kanade/tachiyomi/extension/id/shinigami/Shinigami.kt
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* tweak date
Co-Authored-By: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* remove unused
* api version inline
* Apply suggestions from code review
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* cleaning
* cleaning2
* Update src/id/shinigami/src/eu/kanade/tachiyomi/extension/id/shinigami/Shinigami.kt
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* remove baseUrl config
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-03-27 00:02:31 +00:00
Vetle Ledaal
6098ea8e35
Set isNsfw explicitly for 348 extensions ( #7859 )
2025-03-27 00:02:28 +00:00
AwkwardPeak7
060473aedf
use Preferences functions from utils ( #7757 )
...
* import all temporarily
* use `getPreferencesLazy()`
regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}
* use `getPreferences()`
regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?
* `getPreferences` and `getPreferencesLazy` with migration
regex to find: getPreferences\(\)\s*\.
* preferences edge cases
* run lint
* why kotlinter not add newline
* bruh
* bump
* unused import not caught by kotlinter
* review suggestions on all files
* bump after merge main
* review
* reduce usage of
2025-03-27 00:02:28 +00:00
Andika Perdana D.S.
574c64db71
Kiryuu: update base URL, version code, and NSFW status ( #7581 )
...
* Kiryuu: update base URL, version code, and NSFW status
* update base URL to new domain
2025-02-23 21:31:16 +00:00
Cuong-Tran
6c1e55053c
Madara: Expose genresList ( #7674 )
...
* Madara: Allow ext to preload with a list of genres
Help with fork like SY which allows saving search
* fix extensions
* update the fetchSearchManga to using HttpUrlBuilder
2025-02-23 21:31:15 +00:00
Vetle Ledaal
10aa286c04
Remove 78 broken extensions ( #7658 )
...
* Remove Franxx Mangás - 403 Forbidden
* Remove MIC MIC IDOL - coming soon
* Remove Ler Yaoi - Connection timed out
* Remove Yaoi TR - Connection timed out
* Remove Hunlight Scans - Connection timed out
* Remove Manga Time - Connection timed out
* Remove Manga-Scan - Connection timed out
* Remove Momo no Hana Scan - Connection timed out
* Remove BlogTruyen.vn (unoriginal) - Connection timed out
* Remove MangaDoom - Connection timed out
* Remove MangaStorm - Connection timed out
* Remove Etheral Radiance - default cpanel
* Remove Moon Witch Scan - Domínio não encontrado
* Remove Hensekai - empty
* Remove Lunar Scans - empty
* Remove Tecno Scans - empty
* Remove Manga-Titan - empty
* Remove Lich Subs - empty
* Remove Lector Online - for sale
* Remove I Love Manhwa - Invalid SSL certificate
* Remove ManhwaNew - Invalid SSL certificate
* Remove MangaRolls - Invalid SSL certificate
* Remove Ladron Corps - Looks like this domain isn't connected to a website yet
* Remove Kishisan - no A record
* Remove MELOKOMIK - no A record
* Remove Comic Fans - no A record
* Remove MMFenix - no A record
* Remove Manga Bari - Not Found
* Remove GMANGA (unoriginal) - Origin is unreachable
* Remove ComicExtra - Origin is unreachable
* Remove Nabi Scans - Origin is unreachable
Closes #5649
* Remove MangaCV - Origin is unreachable
* Remove Fay Scans - parked
* Remove Manga-fast.com - parked
* Remove Cookie Kiara - parked
* Remove Pink Tea Comic - parked
* Remove Riot Hentai - parked
* Remove Read Goblin Slayer Manga Online - parked
* Remove Mystical Merries - parked
* Remove CopyPasteScan - parked
* Remove ManhuaChill - parked
* Remove Lolicon - parked
* Remove Mystic Moon - parked
* Remove Manga68 - parked
* Remove MyRockManga - parked
* Remove Manhua Kiss - parked
* Remove AscalonScans - parked
* Remove Doujins.lat - parked
* Remove Komik Pix - parked
* Remove MirrorDesu - parked
* Remove SISI GELAP - parked
* Remove Komiksan - parked
* Remove Pian Manga - parked
* Remove Sekaikomik - parked
* Remove My Manhwa - parked
* Remove 1st Kiss-Manga (unoriginal) - parked
* Remove Lady Manga - parked
* Remove Mangá Kun - SSL handshake failed
* Remove Oh No Manga - The connection has timed out
* Remove Dark-Scan.com - The connection has timed out
* Remove Babel Wuxia - The connection has timed out
* Remove Mangazavr - The connection has timed out
* Remove Read Noblesse Manhwa Online - Unable to connect
* Remove Nirvana Scan - Unable to connect
* Remove Mantraz Scan - Unable to connect
* Remove SCARManga - Unable to connect
* Remove Gatemanga - unrelated
* Remove ManhwaBookShelf - unrelated
* Remove Read Tower of God Manhwa Manga Online - unrelated
* Remove Kofi Scans - Web server is down
* Remove Nyrax Manga - Web server is down
* Remove YD-Comics - Web server is down
* Remove AnonimusTLS - Web server is down
* Remove Mangaland - Website not found...
* Remove MangaNoon - We're having trouble finding that site
Closes #7042
* Remove NoonScan - We're having trouble finding that site
Closes #7042
* Remove SobatManKu - Your domain is expired
* Remove Comic 21 - Your domain is expired
2025-02-23 21:31:15 +00:00
Smol Ame
17300b3bd0
ManhwaDesu: Update domain URL ( #7638 )
...
* ManhwaDesu: Bump versionCode
* ManhwaDesu: Update baseURL
* ManhwaDesu: Update icons
2025-02-23 21:31:15 +00:00
Prem Kumar
7c3386fcf2
Manga Gezgini(tr): Update Domain, and DoujinDesu (id): Fix typo in Genre ( #7619 )
...
* update domain MangaGezgini
* fix typo
2025-02-23 21:31:15 +00:00
Hellkaros
4154954883
Domain update ( #7528 )
2025-02-23 21:31:14 +00:00
adeehilman
551b09d0d6
fix domain ikiru ( #7522 )
2025-02-23 21:31:14 +00:00
Vetle Ledaal
b6194e68b3
Remove domains with no A record ( #7481 )
2025-02-23 21:31:14 +00:00
Vetle Ledaal
e080f6fd1b
Siikomik: update domain ( #7476 )
2025-02-23 21:31:14 +00:00
AwkwardPeak7
0658c1926c
revert kotlin 2.1.0 and deps for now ( #7468 )
...
generated serializers seem to be missing in final apk, need further investigation
2025-02-23 21:31:11 +00:00
AwkwardPeak7
2e45708568
fix lint
2025-02-23 21:30:42 +00:00
Chopper
0a3f608727
SirenKomik: Fix loading pages ( #7453 )
...
Fix loading pages
2025-02-23 21:30:41 +00:00
Vetle Ledaal
deb32e6f28
Remove some parked and available domains ( #7450 )
...
Remove parked and available domains
BestManhua
Girls Love Manga!
Komik Lab
Lala Manga
Manga Weebs
VinManga
AiYuManhua
Manga Latino
FR-Scan
Indo18h
KomikGan
Komik Say
WorldManhwas
2025-02-23 21:30:41 +00:00
Hellkaros
2596ddea63
KomikCast: Domain update ( #7410 )
...
Domain update
2025-02-23 21:26:49 +00:00
dngonz
c9010a0167
Komiku.com: Fix url ( #7408 )
...
change domain
2025-02-23 21:26:49 +00:00
dngonz
1b3368110f
Update domains ( #7189 )
...
update domains
2025-01-18 20:14:01 +00:00
Chopper
15f07bd2bd
Siikomik: Fix page loading ( #7174 )
...
Fix page loading
2025-01-18 20:14:01 +00:00
dngonz
8dfcf0cea7
Manhwalist: Fix domain ( #7153 )
...
* fix domain
* fix gradle
2025-01-18 20:13:58 +00:00
Fathul Hidayat
8d8d46aad1
Komikcast: Change Domain ( #7127 ) ( #7136 )
...
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-01-18 20:13:58 +00:00
dngonz
ecfa117f5d
Fix domains ( #6898 )
...
* change domain manhwaindo
* change domain bacakomik
* change extName
Co-authored-by: Chopper <156493704+choppeh@users.noreply.github.com>
---------
Co-authored-by: Chopper <156493704+choppeh@users.noreply.github.com>
2025-01-18 20:13:04 +00:00
Vetle Ledaal
4e1beae2b7
Remove unused domains ( #6820 )
...
* Remove XKCD KO (domain for sale)
* Remove MangaDino.top (unoriginal) (domain for sale)
* Remove parked domains
Remove Atlantis Scan
Remove Boosei
Remove CreepyScans
Remove EarlyManga
Remove Glory Manga
Remove Heroxia
Remove Lucky Manga
Remove MangaDeemak
Remove MangaKitsune
Remove Manga Mitsu
Remove Mangá Nanquim
Remove ManhuaDex
Remove Mirai Scans
Remove Pony Manga
Remove RawZ
Remove TuManhwas
* Remove more parked domains (other TLDs)
Remove Komik Gue
Remove MangaOnline.team (unoriginal)
Remove Manga Rock.team (unoriginal)
Remove MangaYami
Remove Manhwua.fans
Remove Nekomik
2025-01-18 20:13:04 +00:00
Chopper
7573bca926
Update domains ( #6776 )
...
* Update domains
* Migrate theme
* Fix Siikomik response code 500
* Holiday: Fix popularManga path segment
2025-01-18 20:13:03 +00:00
alberlandohc
8a30734f59
Shinigami: Update url shinigami ( #6718 )
...
update url shinigami
2025-01-18 20:13:01 +00:00
TheKingTermux
4cc9b24137
DoujinDesu : Fix and Add Some Feature ( #6479 )
...
* DoujinDesu : Fix and Add Some Feature
Add some New Filter
- Author Filter
- Character Filter
Add some Detail in MangaDetail
- Author
- Group
- Series / Serialization
Fix or Modified some Selector
- Title Selector
- Page Selector
- Author Selector
- Character Selector
- Series Selector
- Group Selector
Change Language from En to Id on Filter Tab and Change BaseUrl tab
* Change Filter Header
* Lint for Filter Group
* Apply suggestion
* Apply suggestion
* Update src/id/doujindesu/src/eu/kanade/tachiyomi/extension/id/doujindesu/DoujinDesu.kt
Thanks to vetleledaal
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* Apply suggestion
* Lint
* Update Status Selector
Thanks to AwkwardPeak7
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* Apply suggestion
* Apply suggestion
Thanks to AwkwardPeak7
* Make description is not null
* Forget to change desc lang to id
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-12-14 06:55:46 +00:00
Chopper
9ae0fcfc3e
Update domains ( #6521 )
...
* Update domains
* Update domain and enable genre filters
2024-12-14 06:55:46 +00:00
Creepler13
816133a4a8
Fix SirenKomik ( #6433 )
...
* "Deactivate Html img search"
* Verison
* Change selector and add explanation
2024-12-14 06:55:45 +00:00
Vetle Ledaal
1e09043247
YuraManga: exclude alternating broken images ( #6233 )
...
* YuraManga: fix page selector
* set locale for date format
* bump version, set nsfw
2024-12-14 06:55:45 +00:00
Bui Dai
83bdb4d9b4
Kiryuu: update domain ( #6255 )
2024-12-14 06:55:42 +00:00
dngonz
989279dca6
Komik Cast: change domain ( #6244 )
...
change domain
2024-12-14 06:55:42 +00:00
Vetle Ledaal
7dcf085233
Siikomik: update domain ( #6182 )
2024-12-14 06:55:41 +00:00
Chopper
e062d5d30d
SirenKomik: Fix nullpointer ( #6092 )
...
Fix nullpointer
2024-12-14 06:55:32 +00:00
Chopper
0ec37d30aa
CosmicScansID: Fix page selector ( #6063 )
...
Fix page selector
2024-12-14 06:55:32 +00:00
Chopper
51c238bb6e
Add IzanamiScans ( #6040 )
2024-12-14 06:55:31 +00:00
Chopper
3784abee0c
Update domains ( #6025 )
2024-12-14 06:55:31 +00:00
Vetle Ledaal
6c28238769
Refactor out usage of * -1
( #6003 )
2024-12-14 06:55:31 +00:00
Chopper
81e02d01b3
YuraManga: Update domain ( #5978 )
...
Update domain
2024-12-14 06:55:31 +00:00
Lefan
bcda90b107
update hwago domain ( #5945 )
2024-12-14 06:55:31 +00:00