Commit Graph

1292 Commits

Author SHA1 Message Date
Vetle Ledaal d3aa8adb8a Add ManhwaHub (#2819) 2024-06-03 05:43:47 +01:00
Vetle Ledaal 0c137fb39c Top Manhua: update icon, parity with #2817 (#2818) 2024-06-03 05:43:47 +01:00
Vetle Ledaal 91ed215f0b Add ManhuaTop (#2817) 2024-06-03 05:43:47 +01:00
Vetle Ledaal 4251468894 Remove dead sources, domain for sale (#2807) 2024-06-03 05:43:47 +01:00
Vetle Ledaal fd0ad36ac4 Gone with the Blastwave: Switch from http to https (#2795) 2024-06-03 05:43:47 +01:00
Vetle Ledaal 9c13009267 MangaReader.cc: Switch from http to https (#2794)
Scheme for thumbnail might change, but that is to be expected.
2024-06-03 05:43:47 +01:00
Vetle Ledaal a91cda1806 Voyce.Me: Switch from http to https (#2793)
The baseUrl is only used:
- in headers
- for WebView button

The change does not affect any existing users, as all URLs are set
without the domain in VoyceMeDto.kt
2024-06-03 05:43:47 +01:00
bapeey f189ddfa55 AsuraScans: Update domain (#2791)
Update domain
2024-06-03 05:43:47 +01:00
Vetle Ledaal 9c152bb303 Add Battle In 5 Seconds After Meeting (#2788)
* Add Battle In 5 Seconds After Meeting

* Short-circuit search, disable filter
2024-06-03 05:43:47 +01:00
Vetle Ledaal 0eb3298f82 Add Mangaowl Yaoi (#2786) 2024-06-03 05:43:47 +01:00
Vetle Ledaal d96d692209 Add Paritehaber (#2785) 2024-06-03 05:43:47 +01:00
Vetle Ledaal bd8979d4b8 Add Manga1k (#2781) 2024-06-03 05:43:47 +01:00
Vetle Ledaal b50abc61c6 Add ManhwaDen (#2775) 2024-06-03 05:43:47 +01:00
bapeey 0d7c58d326 RC: Fix webview partially (#2744)
* Fix webview

* Keep header in apiRequest
2024-06-03 05:43:47 +01:00
Chopper 2cf4736da0 RaadKomik: Update domain (#2683)
* Update domain

* Enable project page

* Update versionId

* Fix filters, popularManga and LatestManga

* Remove unneeded conditional

* Remove break statement

* Remove versionId and add compatibility with old url
2024-06-03 05:43:47 +01:00
Vetle Ledaal cd602e0fcc Add Manhwa Hentai (#2738)
* Add Manhwa Hentai

* data class -> class
2024-06-03 05:43:24 +01:00
Chopper 02a6fb32ba Add LuaScans (#2734) 2024-06-03 05:43:24 +01:00
Vetle Ledaal e867689cc5 Manhwa Freak: update domain (#2720) 2024-06-03 05:43:23 +01:00
Vetle Ledaal fe705dab68 Add 1st-Kiss Manga.net (#2698) 2024-06-03 05:43:23 +01:00
kana-shii 97cab8fc8f Cocomic (#2668)
* wip

* Update Cocomic.kt
2024-06-03 05:43:23 +01:00
AwkwardPeak7 81a3a9375f FleksyScans: filter out vip chapters (#2666) 2024-06-03 05:43:23 +01:00
AwkwardPeak7 5797b9638d KewnScans: remove hidden images (#2665)
PeepoJoker
2024-06-03 05:43:23 +01:00
Vetle Ledaal c3045a2d81 NIGHT SCANS: update domain (#2642)
* NIGHT SCANS: update domain

* Change to MangaThemesiaAlt
2024-06-03 05:43:23 +01:00
Vetle Ledaal 5db5f710dd Luminous Scans: update domain (#2641) 2024-06-03 05:43:23 +01:00
Vetle Ledaal 094ef457b0 Add GEDE Comix (#2640) 2024-06-03 05:43:23 +01:00
Cuong M. Tran 935bd089fc add multi-src: GalleryAdults (#2553)
* Convert AsmHentai into multisrc GalleryAdults

Also convert some selector into function

* Move HentaiFox to theme GalleryAdults

* GalleryAdults: Fix search

* MangaFox: fix TagFilter

* fast page load & preference for slowly parsing image’s URL

* AsmHentai: change shortTitle reference from list to swith

* HentaiFox: add Korean

* move HentaiFox from en to all

* fix build

* fix search: convert space to +

* Request for tags list from site

* Fix request for user’s favorites

* - Optimize popular/latest request

- Improve ‘page’ param
- AsmHentai: support Latest/Popular

* add SortFilter

* Support multiple tags filter

* Support exact match query

* getTime

* Fix Lang when searching

* fix searchById

* add language companion

* Fix URL action

* renovate

* Support parsing json for page list

Fix generating page if less than 10 pages
HentaiFox: Random server selection

* Migrate IMHentai to GalleryAdults

* Preferences to support all methods for page querying

* IMHentai: tagList

* Expose some filters to child class, add more space to description

* Fix Factory lang

* Support browsing tags, speechless & favorite

* IMHentai:

- support favorite browsing (require login)
- tag filter with queried popular tags
- advanced search for artist, group, character, parody, tag (include/exclude)
- remove language filters
- Fix language search

* Move advance search to multi-src

* Fix: hide speechless when not supported

* add Hint to use comma

* split code to Filters & Utils

* bump version all 3 extensions

* fix getTime

* fix lint

* Fix alternative name

* improve cleanTag

* move out of Object

* move Regex out

* remove RandomUA

* fix build

* remove images parsing setting, pick a default one

* fix build

* Move shortTitle to base clash

* HentaiFox: add language keyword to search query

* if all mangas in current searching page is of other language then include at least 1 entry so it can request for next page

* Alternative methods for images parsing
Revert "remove images parsing setting, pick a default one"

This reverts commit e49e3aaeb74e3643abc2e303924da18a52491793.

# Conflicts:
#	lib-multisrc/galleryadults/src/eu/kanade/tachiyomi/multisrc/galleryadults/GalleryAdults.kt
#	src/all/asmhentai/src/eu/kanade/tachiyomi/extension/all/asmhentai/AsmHentai.kt
#	src/all/imhentai/src/eu/kanade/tachiyomi/extension/all/imhentai/IMHentai.kt

* Fall back if failed to decode JSON

* remove supportLatest from base class

* Remove preference for parsing page by page, switch to override val instead.

* Split searchRequest into parts

* Don't using generic Filter.Text to avoid other kind of text field which extensions might have
2024-06-03 05:43:23 +01:00
Vetle Ledaal c6e6fc9aaa Add Arya Scans (#2624) 2024-06-03 05:42:15 +01:00
mohamedotaku 3a1c58f65e update url DrakeScans "en" (#2614) 2024-06-03 05:42:15 +01:00
Vetle Ledaal e3fca411f3 Top Manhua: update domain (#2607) 2024-06-03 05:42:15 +01:00
Vetle Ledaal 411c3218fd Remove MMScans (#2604) 2024-06-03 05:42:15 +01:00
Vetle Ledaal b54330f88f Remove Cosmic Scans (#2603) 2024-06-03 05:42:15 +01:00
Mon 4f18cd9fb1 Rizzcomic: Updated domain (#2592)
* Rizzcomic: Updated domain

* fix: removed trailing slashes

it didn't have any impact in my tests but it wasn't present before so it's probably a good idea to remove it
2024-06-03 05:42:15 +01:00
Akshar Kalathiya 1da73af727 Manga Clash Url change Fix (#2568)
* MangaDemon Url change Fix

* Manga Clash Url Fix

* Update gradle.build in MangaClash
2024-06-03 05:42:15 +01:00
Knightblood 9b7a772823 Manga Demon: Update domain (#2549)
CI / Prepare job (push) Successful in 5s Details
CI / Build individual modules (push) Successful in 2m54s Details
CI / Publish repo (push) Successful in 1m10s Details
2024-04-26 01:48:09 +01:00
Secozzi dc3135aede Move mangasect to liliana theme (#2534)
* fix page request + move mangasect to liliana

* remove unused file

* Update src/en/mangasect/build.gradle
2024-04-26 01:48:09 +01:00
Secozzi da85b27a94 update extraction for mangaUrlDirectory (#2535) 2024-04-26 01:48:09 +01:00
Vetle Ledaal 54e9a630e9 Remove MangaStic (#2526) 2024-04-26 01:48:09 +01:00
Vetle Ledaal 6e3c338d82 Remove Phantom Scans (#2525) 2024-04-26 01:48:09 +01:00
Vetle Ledaal 1cbecae3f7 Remove TeenManhua (#2524) 2024-04-26 01:48:09 +01:00
devil6venom ebcb2cd055 Update MangaWeebs domain (#2435)
* Update MangaWeebs.kt

Domain changed of mangaweebs.

* Update build.gradle

Updated version code

* Update build.gradle

Fix.. and its working fine to me!
2024-04-26 01:48:09 +01:00
lamaxama 597f1ad8d1 Elarc Toon: Skip responses that do not start with "text/html" (#2462)
* Elarc Toon: Skip responses that do not start with "text/html"

* Update build.gradle

* format
2024-04-18 14:46:00 +01:00
BrutuZ c411229164 Anchira: Non-empty Author field (#2448)
Don't pass empty string for Author
* Fix swapped sort filter
* When the cover offset is undefined, assume first page instead of second
2024-04-18 14:46:00 +01:00
Secozzi f0d8933cf8 New multisrc theme: Liliana (#2413)
* new multisrc theme: liliana

* dont specify type

* suggestions

* add raw1001
2024-04-18 14:46:00 +01:00
AwkwardPeak7 96ff217f86 KingOfManga: move to en (#2394)
* KingOfManga: ar -> en

* rename
2024-04-18 14:46:00 +01:00
AwkwardPeak7 71d2a50a96 add Vortex Scans (#2350)
* add VortexScans

* remove arven

* Revert "remove arven"

This reverts commit 4c67556a6cc71ff9e9f38b26d870f437d01daca6.

* in place update and actual popular

* use next cached thumbnails
2024-04-18 14:44:14 +01:00
Vetle Ledaal 398e59a3e3 Add ZinChanManga.com (#2384) 2024-04-18 14:44:14 +01:00
AwkwardPeak7 955c098d8e Drake: move to MangaThemesia (#2370) 2024-04-18 14:44:14 +01:00
AwkwardPeak7 8ffd960733 preserve id
oops
2024-04-18 14:44:14 +01:00
AwkwardPeak7 0d3409399b Scylla Comics: update domain (#2364) 2024-04-18 14:44:14 +01:00
Secozzi 490eab456b add blazescans (#2344)
* add blazescans

* gradle

* add units
2024-04-18 14:44:14 +01:00
Secozzi 485447d7b2 add mangatop (#2336)
* add mangatop

* update token when possible
2024-04-18 14:44:14 +01:00
Norsze 36fc99d48b Fix TCB scans (#2320) 2024-04-18 14:44:14 +01:00
Secozzi 9c5d99e898 add meowmeowcomics (#2329)
* add meowmeowcomics

* fallback
2024-04-18 14:44:14 +01:00
AwkwardPeak7 165d83f01b TheBlank: filter out vip chapters (#2318)
filter out vip chapters
2024-04-18 14:44:13 +01:00
bapeey ad0d859a87 HeanCMS: Fix filters and fetch genres from api (#2312)
Fix filters
2024-04-10 01:26:52 +01:00
Secozzi 158e5ce4e2 Add comicfans (#2299)
* add comicfans

* use api calls

* suggestions
2024-04-10 01:26:52 +01:00
Smol Ame 124ab39685 Night Comic: Updated URL (#2304)
* Night Comic: Updated URL

Removed "www." from link

* Set `useNewChapterEndpoint` to true

* Added override for author detail
2024-04-10 01:26:52 +01:00
AwkwardPeak7 340edf19dc FuzzyDoodle: Make CloudRecess a multisrc and add/fix some sources (#2290)
* CloudRecess multisrc

* ScyllaScans: move to cloudrecess multisrc

* FleksyScans: new source

* remove baseUrl

* simplify popular

always use /manga which isn't technically popular but list of all manga which is good enough

* HentaiSlayer (ar): move to cloudrecess

* remove CloudRecess (en): site appears to be dead

* small change

* rename

* review changes

why do I forget headers

* add alternative titles to description

* parse filters from popular and search response

avoid extra call

* remove placeholder author/artist

* LelscanVF: move to FuzzyDoodle

also improve date parsing

* add icons to lelscanvf

* flexyScans: change icon

other one is of Aksy Scan which also posts on the site
2024-04-10 01:26:52 +01:00
Chopper ed0912d0d6 Add Spmanhwa (#2284)
* Add Spmanhwa

* Replace icons

* Remove redudant date format

* Fix no unused imports
2024-04-10 01:25:25 +01:00
AwkwardPeak7 1b722d308d add Hotcomics (#2249)
CI / Prepare job (push) Successful in 4s Details
CI / Build individual modules (push) Successful in 2m43s Details
CI / Publish repo (push) Successful in 39s Details
* HotComics

* Filters

* add other similar sources

Tomics.Top, de
ToomicsFree, en

* newline

* implementation -> api

* daycomics.me

* ToomicsFree.info
2024-04-06 23:50:56 +01:00
Secozzi 1d19c2c688 add laid back scans (#2277) 2024-04-06 23:50:56 +01:00
AwkwardPeak7 5d3348bd5b readsnk: fix chapter list and update domain (#2270)
readsnk: fix chapter list and update domanin
2024-04-06 23:50:56 +01:00
AwkwardPeak7 e8f8e9e8a9 FlixScans: api changes (#2229)
* FlixScans: api changes

* review changes

* move filter fetching to `getFilterList`
2024-04-06 23:50:56 +01:00
Barrell Titor c406609d33 Magus Manga - Change baseurl (#2241)
Fixed magus manga
2024-04-06 23:50:56 +01:00
Barrell Titor 461846edaa Readcomic.top source (#2192)
* added readcomic source

* added images

* added isNsfw

* fixing after review

* added status filter

* final - added tristate genre filter

* changeed name and removed comment
2024-04-06 23:50:56 +01:00
Vetle Ledaal 480cb9d780 Remove Muctau (#2182)
CI / Prepare job (push) Successful in 5s Details
CI / Build individual modules (push) Successful in 6m9s Details
CI / Publish repo (push) Successful in 47s Details
2024-03-30 22:04:18 +00:00
Vetle Ledaal 0bbc41ee11 Remove MangaRosie (#2178) 2024-03-30 22:04:18 +00:00
Vetle Ledaal 908373a885 Hentai2Read: fix cover (#2175) 2024-03-30 22:04:18 +00:00
Vetle Ledaal 57e3fdfe6a Mangago: support external chapters (#2171) 2024-03-30 22:04:18 +00:00
Secozzi 2455baa236 Add kewnscans (#2160) 2024-03-30 22:04:18 +00:00
Secozzi 6b63da2979 Move ezmanga to keyoapp theme (#2159) 2024-03-30 22:04:18 +00:00
Cuong M. Tran 9637963a6c VyvyManga: add filters & update domain (#2150)
* Vyvymanga: implemented new filters for advanced search

# Conflicts:
#	src/en/vyvymanga/src/eu/kanade/tachiyomi/extension/en/vyvymanga/VyvyManga.kt

* Move filters to separated file

* Fetch online genres

* Update domain, bump version

* revert unnecessary change

---------

Co-authored-by: Ota Takushima <ota.takushima@tum.de>
2024-03-30 22:04:18 +00:00
Vetle Ledaal 02f70b000d Remove MangaJar (#2148) 2024-03-30 22:04:18 +00:00
Vetle Ledaal 7172b0567e Zinmanga: update domain (#2147) 2024-03-30 22:04:18 +00:00
Vetle Ledaal 243a6e8d3f StoneScape: hide premium chapters (#2140) 2024-03-30 22:04:18 +00:00
Barrell Titor 01de950ce9 Comic Extra - Update to new URL and page selector (#2132)
* Update ComicExtra.kt

Changed base URL to new one

* Updated extVersionCode in build.gradle

* Updated page list selector to the new one

* ComicExtra - fix search

* Changed to addQueryParameter and added pagination

* Imports

* lint
2024-03-30 22:04:18 +00:00
Vetle Ledaal 3bb82737b7 Remove Colored Manga (#2112) 2024-03-30 22:04:18 +00:00
Vetle Ledaal 2d316661f4 Remove Manganelo related sites (#2110) 2024-03-30 22:04:18 +00:00
Guuza 78f2c9c650 Hentai2Read: fix broken covers (#2085)
Hentai2Read: fix broken covers (#1776)
2024-03-30 22:04:18 +00:00
bapeey a176c34f73 HeanCMS: Add login preference (#2071)
* Add login

* Bump

* Remove authHeaders from imageRequest

* Make token nullable

* Use /login api endpoint

* Review changes

* Throw error

* Throw api error message

* Reduce one day to prevent timezone issues

* Fix no scheme found

* Double parenthesis
2024-03-30 22:04:18 +00:00
AwkwardPeak7 575d831400 MangaThemesiaAlt: random url part fixes (#2054)
* trim description

* don't add anything to url if source disabled it

* early extract random part when browsing

* cache in preference for webview url

* fix

* new titles fix where no random part

* bump

* KingOfManga update url

* bump luminous too

* move preference title & summary to intl
2024-03-24 21:13:55 +00:00
Vetle Ledaal a06318f264 NineHentai: update domain (#2074) 2024-03-24 21:13:55 +00:00
Vetle Ledaal 6317d70538 Elarc Toon: update domain (#2025) 2024-03-24 21:13:54 +00:00
GGaro d7f5c6c1d3 Update Url MangaBat (#2008) 2024-03-24 21:13:54 +00:00
Cuong M. Tran a0fa7fa458 WPComics update & add new sources (#1909)
* remove non-relevant query

* WPComics: query for genres instead of hard-code

* language assets to support dual-lang

* update XoxoComics, Nhattruyen, Nettruyen to support updated WPComics

* remove unused status

* JManga with new WPComics

* Fix JManga NextPageSelector

* Allow override some more methods

* correct jmanga's location

* remove redundant XoxoComics override

* Get alternative name and JManga's description

* add sources:
- NetTruyenX
- NhatTruyenS
- NetTruyenCO

* revert format changes

* Update NetTruyen to latest domain

* Minor changes:

- Named parameters;
- intl, lazy;

* Remove NetTruyen’s replaceSearchPath. It’s not necessary

* remove the japanese’s mtl

* remove hard-code user-agent

* remove some unnecessary named parameters

* Use super.headersBuilder & fix Referer

* remove redundant import
2024-03-24 21:13:54 +00:00
bapeey 455f57d209 Update HeanCMS theme (#1969)
* i hate this theme

* bump

* remove useless slug update

* lint

* Update series slug on chapter list update

This was made for sources that changed slugs constantly.

Currently no one uses it, but who knows if they enable that again

* what an unstable experience

* Remove empty lines

* Fix intl

* newline

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* why my build took 5 minutes

* I hate iguanas

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-03-24 21:13:54 +00:00
AwkwardPeak7 e1c77ab678 move King of Shojo to en (#1918)
* move King of Shojo to en

* remove id override and reset version
2024-03-24 21:13:54 +00:00
BrutuZ 046c2aa421 Anchira: Improve chapter suffix parsing (#1904)
* Improve chapter suffix parsing

* Don't convert Tags to sequence before sorting
2024-03-24 21:13:54 +00:00
altaccosc 0a0ff7c1ac Add Clown Corps comic source (#1808)
* Add ClownCorps comic source

* Apply suggestions from code review

Thank you very much!

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Only loop through the present pages

Don't just loop forever until a 404 is returned

* Disable reduntant sorting code

* Add date to chapters

* Apply suggestions from code review

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Remove commented snippet

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Move vars to companion obj & inline description

* Un-move some constants & Use Observable.just

* Extract SManga creation to separate function

And use where necessary

* Omit unnecessary function call

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* Add caching

I've tried a great many different ways of caching today, and as far as I can reason with my fried brain, I think this one now works pretty well.
I shall continue testing it on my phone.

* Change SerializableChapter implementation

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* Code cleanliness

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* Optimise requests for page 1 away

* Explicitly sort chapters by upload date

* Move other preference options into separate functions

* Assume response document always contains what we're asking

And throw a runtime exception if it doesn't, so the problem can be noticed and fixed.

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-24 21:13:54 +00:00
AwkwardPeak7 dfb4b93953 Earlym: fix page list (#1916)
* Earlym: fix page list

* Update EarlyManga.kt

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-24 21:11:42 +00:00
Fermín Cirella ebf7e277e3 Add Doujin.io - J18 (#1891)
* Add Doujin.io - J18

* Apply corrections

* Reduce indentation
2024-03-24 21:11:42 +00:00
AwkwardPeak7 0594d08440 MangaThemesia: add class to handle dynamic urls in sources (#1793)
* MangaThemesia: add alternative class to handle dynamic urls

* use MangaThemesiaAlt on Asura & Luminous

* use MangaThemesiaAlt on Rizz

* don't update in getMangaUrl

* small cleanup

* remove other pref as well
LuminousScans

* wording

* remove from FlameComics, since they no longer appear to do it

* review comments

* lint

* actual old pref key

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* actual old pref key x2

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-24 21:10:27 +00:00
devil6venom 8a8e4d2a8d Update domain of Mangafreak (#1809)
* Update domain of Mangafreak

* Update build.gradle
2024-03-12 19:55:31 +00:00
bapeey b1b8833e97 Manga Demon: Update domain again (#1805)
* Update domain

* I trust
2024-03-12 19:55:31 +00:00
GoldenRover e2e0d9b034 I Roved Out: Fix downloads not finishing (#1758)
* Remove unimplemented override method

* Update extVersionCode
2024-03-12 19:55:31 +00:00
AwkwardPeak7 a2e3223685 Hentairead: fix results (#1739) 2024-03-12 19:55:31 +00:00
AwkwardPeak7 20db7af324 rename Manga-TX to MangaEmpress (#1736)
Manga-TX -> MangaEmpress
2024-03-12 19:55:31 +00:00
AwkwardPeak7 757b067214 MangaDistrict: fix next page (#1730)
* MangaDistrict: fix next page

* mangasubdirectory
2024-03-12 19:55:31 +00:00
bapeey 5344c62b6b S2Manga: Update domain and use loadMoreRequest (#1687)
Update domain and set loadMoreRequest
2024-03-06 06:25:46 +00:00
BrutuZ 2bb5ef9059 Anchira: Add Entry Bundling (#1643)
* Anchira: Add Entry Bundling
Prefixing queries with `bundle:` will create a single SManga entry with results as chapters.

* Switch default bundle title to first entry's
Fix url used to check for bundles
Default page count of 1

* Enable filters on bundles

* Strip chapter number suffix from bundle title

* Convert RegEx to variable

* Convert RegEx constructor to top-level val
2024-03-06 06:25:46 +00:00