Commit Graph

2171 Commits

Author SHA1 Message Date
Julien Papasian 59b380205f
Japanread: New source (#6315) 2021-03-28 07:12:38 -04:00
scb261 9867ae9983
MangaMx: fix covers (#6317) 2021-03-28 07:12:06 -04:00
Riztard Lanthorn 6e43a99726
EarlyManga: fix chapter list, fix latest load more (#6322) 2021-03-28 07:11:21 -04:00
Julien Papasian 420a806b89
ScanManga: fix searching with special characters (#6321)
* ScanManga: fix searching with special characters

* ScanManga: bump extVersionCode
2021-03-28 07:10:57 -04:00
Riztard Lanthorn 5f02971aaa
MangaKawaii: fix empty pages (#6306) 2021-03-27 14:53:50 -04:00
funkyhippo 24f1b6f96e
Cubari extension. (#6311) 2021-03-27 14:53:17 -04:00
Julien Papasian b3828cc2d4
ScanManga: New source (#6290)
* Prepare files

* ScanManga source added
2021-03-26 06:51:28 -04:00
Andreas 3b02f95c02
Imgur intent filter for Guya (#6277) 2021-03-24 19:18:50 -04:00
Andreas a4e5480260
Add intent for Guya proxies (#6276) 2021-03-24 13:46:39 -04:00
scb261 374820d365
Move MangaSee/Life to multisrc, improve search (#6267)
* MangaLife/See: search alt names, trim search

* Create MangaSeeLife theme multisrc

* Remove old separated MangaLife and MangaSee

* Move additional.gradle.kts to default directory

* Rename theme name from MangaSeeLife to NepNep
2021-03-24 12:25:29 -04:00
Riztard Lanthorn 44c4e1e423
MangaKawaii: fix pages issue (#6273) 2021-03-24 11:24:45 -04:00
Johannes Joens 51bc7410ba
Updated Bato.to supported languages list (#6269)
* added unfilterd option and US english

* Update build.gradle
2021-03-24 09:20:30 -04:00
Riztard Lanthorn afe8ece417
WebNovel.com: fix pages issue (#6249) 2021-03-22 13:13:45 -04:00
Riztard Lanthorn 9a24033f2d
MangaFast: fix latest, browse, manga detail, chapter list (#6248) 2021-03-22 12:41:13 -04:00
Vetle Ledaal 1af08ae1aa
Add WeComics (#6237) 2021-03-22 08:02:59 -04:00
Riztard Lanthorn b4185a1d18
MangaKawaii: fix page issue (#6233) 2021-03-22 08:02:40 -04:00
Riztard Lanthorn e75ce1a886
MartialScans: fix 404 issue, add icons (#6231)
move from madara to standalone
2021-03-22 08:02:16 -04:00
Riztard Lanthorn 9f26f2b03c
Bacakomik: fix empty pages (#6222) 2021-03-20 11:03:01 -04:00
scb261 a40294de33
Fix MangaLife and MangaSee (#6206) 2021-03-17 16:20:13 -04:00
az4521 5dbfde95d3
CCC webcomic: support multi-image chapters (#6186)
* CCC webcomic: support multi-image chapters

most of the chapters are only a single image long, whoops

* whoops

* fix issue where chapters past 280 are spanish

Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2021-03-16 19:41:11 -04:00
Riztard Lanthorn 56a48bf213
RainOfSnow: fix duplicate entries, add chapter timestamp (#6185)
* fix duplicate entries

* add chapter time stamp
2021-03-15 13:41:49 -04:00
az4521 e049f285ec
Create extension for CCC webcomic (#6184)
* Create extension for CCC webcomic

* add the manifest file

Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2021-03-15 13:41:18 -04:00
Alessandro Jean 4df4d1b562
Fix missing response at SuperMangas. (#6180) 2021-03-15 09:14:23 -04:00
E3FxGaming 6d0724a150
Manga mutiny: chapter number fix + closing responses (#6159)
* MangaMutiny: Chapter tracking fix

- Chapter numbers were previously incorrectly determined, leading to incorrect tracking information. Fixed with the changes of this commit.

* MangaMutiny: closing some response bodies

Closing the bodies of some responses.
2021-03-12 06:49:16 -05:00
Seishirou101 d265dbf33c
updated sources to https (#6131)
* updated souirces

* updated sources

* fix wpcomics generator

fix comics generator with the correct site and override code
2021-03-11 14:55:21 -05:00
scb261 3ddd9a52e2
MangaLife, MangaSee: revert temporary page fixes, show error about blocking tachi when no host is found (#6145) 2021-03-11 10:39:28 -05:00
scb261 c589750a11
MangaSee, MangaLife: fix pages again, add rate limiting (#6135)
* MangaSee, MangaLife: fix pages again, add rate limiting

* Add referer

* More harsh rate limit

* Fix again, rate limit even more
2021-03-11 06:12:19 -05:00
scb261 cd8698f49d
MangaLife, MangaSee: fix pages (#6134)
* MangaLife, MangaSee: fix pages

* Remove log
2021-03-10 20:48:30 -05:00
Seishirou101 8d253f03e0
fix chapter url suffix location (#6119) 2021-03-10 07:55:51 -05:00
RePod b5ef15ee35
LANraragi: Random item, clear new status (#6091)
* LANraragi: Introduce Random item.

Appears as the first item under Browse when there's no meaningful filtering.
Maintain Latest flow at the cost of an extra query param.

* LANraragi: Get and use the Random ID.

Helper functions to get a new random ID.
Helper functions to get the ID from weird spots.
Separate network client to not follow redirects, saving server-side extracts.

* LANraragi: Obtain random ID on init.

To save one entire refresh for that quality user experience.
The call is still to a 301 that is not followed.

* LANraragi: Unset isnew on archives.

More obvious since Latest was hooked up.
Separate from actual reading progress.
This was happening indirectly before the previous extension version swapped to API endpoints for metadata.

* LANraragi: Bump extension version

* LANraragi: AZ detection for ID.

Due to how it updates info and chapters independently leading to an expected race condition.
When detected avoid the race by accessing the ID via thumbnail.

Always using the thumbnail moves the race to non-AZs instead.

* Revert "LANraragi: AZ detection for ID."

This reverts commit 28541d8d0daf989c129884090311e49148f05112.
2021-03-10 06:57:16 -05:00
OncePunchedMan addce58067
changed rate limit to 2/sec (#6122) 2021-03-10 06:02:27 -05:00
Oldwangtouchtouchdoge dbb2fe726d
[ZH-Manhuagui] Add preference to use official mirror URL. (#6111) 2021-03-09 17:01:38 -05:00
loocool2 ef82e290fe
Update Imhentai domain (#6113)
* Update imhentai domain

* Update version

* Change mangabat and mangairo domains to correct website

* Revert "Change mangabat and mangairo domains to correct website"

This reverts commit 5c770535848fc99dbb56e32fb0f668df5fc09247.
2021-03-09 17:01:08 -05:00
theeocorn 4d6136514a
[TMO]-real_ratelimit_values (#6114)
Changed to Specifichostratelimit and added values to prevent failed update 409
2021-03-09 17:00:39 -05:00
funkyhippo 7d4e7437bd
Update networking functions in Guya. (#6101) 2021-03-08 13:10:19 -05:00
ATAlgaba 743d41a018
Fix NyaHentai source implementation (#6099)
* enh: Add NyaHentai source support

* upd: Change library version

* bug: Fix integration

* upd: Update version code

* upd: Filter search to english chapters
2021-03-08 09:21:37 -05:00
ATAlgaba c29c8cced6
Update NyaHentai libversion (#6097)
* enh: Add NyaHentai source support

* upd: Change library version
2021-03-08 06:22:48 -05:00
funkyhippo c717e4e365
Add support for Guya proxy. (#6090) 2021-03-08 05:50:52 -05:00
ATAlgaba b56194102f
enh: Add NyaHentai source support (#6096) 2021-03-08 05:46:29 -05:00
Gauthier 1ac4721780
fix: logs and try/catch (#6092)
exception catching while building filter list (#6074)
error logs whiloe loading filter values (#6047)
2021-03-07 22:10:53 -05:00
curche 325ccc4ce3
fix Mangalife chapter numbers (#6066)
* fix chapter numbers in MangaLife chapter list

this commit adds the chapter regex used in MangaSee to MangaLife
before - "Chapter 0002"
after  - "Chapter 2"

* update MangaLife build.gradle

increments the version number by 1
2021-03-06 14:41:27 -05:00
Patrick Geneva 95d88d6a82
Fixed crash on startup when host address is empty (#6078) 2021-03-06 05:40:46 -05:00
Patrick Geneva 88bd826168
Mango: Add first working version (#6034)
* Add Mango extension first pass

Has browse, chapters, and searching.
The api endpoint is just the whole entire library, so searching is done locally.
Requires login, so will need to view the webview first to login, then everything works as expected.
https://github.com/hkalexling/Mango/

* Added automatic authentication

* Sort based on time since there is no chapter number in the api.

* Requested changes.
2021-03-05 22:02:50 -05:00
Johannes Joens 9e41b7016c
[Mangadex] add language for chapters with out specified language (#6062)
* Add othere languege to Mangadex

* Update build.gradle
2021-03-04 08:20:02 -05:00
scb261 b49905c748
MangaMainac: filter out latest chapter if it's not released yet (#6051) 2021-03-03 10:37:46 -05:00
scb261 0f551203f1
MangaLib: notify user when manga redirects to home page (#6026) 2021-03-03 08:56:32 -05:00
E3FxGaming 3f6e313b87
MangaMutiny: WebView + pagination fix (#5900)
- WebView works (main page + pages of individual manga)
- changed baseUrl to https://mangamutiny.org and moved https://api.mangamutiny.org to different variable
(the extension still relies on the lightweight json responses from the API for everything that isn't WebView related - the baseUrl only had to be changed for WebView to work)
- fixed pagination bug (would previously skip 21 manga after the first 21 manga, now fixed)
- Internally reworked filters to make them compatible with the WebView changes (does not affect users in any way)
2021-03-03 08:56:19 -05:00
scb261 03d9353432
MangaRaw: add referer to fix images (#6025) 2021-03-03 08:55:16 -05:00
scb261 f65bda82c4
TCBScans: filter out latest chapter if it's not released yet (#6050) 2021-03-03 08:51:57 -05:00
Gauthier 7a667d78ed
feat: browse readlists and collections (#6038) 2021-03-02 10:43:12 -05:00
scb261 618aba4fa8
Dragon Ball Multiverse: fix languages (#6024)
* Dragon Ball Multiverse: fix languages

* Forgot to remove a comment
2021-03-02 10:39:31 -05:00
scb261 fead080a07
ReadManhwa: use popular for all time instead of week (#6022) 2021-03-01 13:30:16 -05:00
Gauthier 6a813c9ab8
feat: filter by authors (#6014) 2021-03-01 07:27:37 -05:00
scb261 bff2a975ea
TuMangaOnline: add rate limit (#6008) 2021-02-28 18:28:16 -05:00
scb261 160fb43769
Hentai2Read: Fix id search (#6009) 2021-02-28 18:27:33 -05:00
scb261 3300d4f01c
Nekopost: new file server url (#6006)
* Nekopost: new file server url

* ext version
2021-02-28 11:20:18 -05:00
happywillow0 ea029e2b3c
Fixes MangaKawaii basic functions (#6001)
- Fixes popular URL manga
- Fixed image selector isolate manga pages
2021-02-28 10:07:52 -05:00
Riztard Lanthorn fadcd94f36
Komiku - remove manga title in chapter name (#6003)
if manga title contains number, it can cause issue to tracking
2021-02-28 10:07:03 -05:00
happywillow0 05792a34e9
Changes Chapter Fetch (#5999)
- Use recursive fetching to ensure all pages are processed
2021-02-27 20:45:53 -05:00
scb261 be115f2f5d
MangaFast: fix thumbnails (#5997)
* MangaFast: fix thumbnails

* Remove resize in details parse
2021-02-27 12:58:47 -05:00
scb261 ce4364776d
Remove colon from source name to avoid downloading problems (#5995) 2021-02-26 19:05:31 -05:00
happywillow0 9014f85f77
Move Noxsubs to WPMangaStream (#5992)
* Adds NoxSubs to WPMangaStream

- Adds source to generator
- Overrides SimpleDateFormat language

* Updates MMRCMS

- Removes NoxSubs
- Updates a few other url due to domain changes.
2021-02-26 13:16:16 -05:00
happywillow0 ac905eab4f
Fixes to Sen-Manga (#5991)
- Update selectors
- Utilize Time tag for exact dates
2021-02-26 05:45:17 -05:00
Alessandro Jean 2a38812fb3
Update MangáHost url and add a harsh rate limiting. (#5986) 2021-02-25 11:07:54 -05:00
Riztard Lanthorn 31985422b2
fix earlymanga chapter list (#5968) 2021-02-23 18:22:13 -05:00
Riztard Lanthorn a728ea4519
fix early manga chapter list (#5953) 2021-02-22 06:21:58 -05:00
Alessandro Jean e0ce2732ad
Temporary fix images not loading at SuperMangás. (#5954) 2021-02-21 15:03:19 -05:00
Alessandro Jean e72bb09d1a
Update MangáHost url. (#5952) 2021-02-21 13:02:00 -05:00
Alessandro Jean c95fa2be77
Change chapter list API endpoint at Tsuki. (#5951) 2021-02-21 13:01:44 -05:00
Alessandro Jean 3797d52d60
Increase rate limiting in MangásProject. (#5950) 2021-02-21 13:01:33 -05:00
DitFranXX 60d4529dd6
Update NewToki extension to v1.2.21 (#5935)
* Improve newtoki extension.

* Optimize a Id detection.
* Specify the filter default settings.
* Add Rate Limit Period Pref.

* Fix mistake about range. and default value.

* Fix bug about setDefaultValue, And pref description.

* fix bugs.

* More follow default variable.
* lazy init to rateLimitedClient as it required to access preference.

* bump up version to v1.2.21

* Follow the defaultRateLimitPeriod on load pref function

* Trying to fixes #5657 as sub string baseUrl when failed to parse uri.
2021-02-21 10:19:52 -05:00
Eugene 2582da9ae8
Correct loading on covers and remove api when share (#5931) 2021-02-21 10:18:44 -05:00
Riztard Lanthorn 08b6f0f8ce
fix mangajar pages issue (#5945) 2021-02-21 10:18:06 -05:00
Pavka 98e61270b6
[Ru]Remanga. Fix issue with merging part of image (#5924)
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-02-19 16:42:02 -05:00
Riztard Lanthorn d25127f865
fix earlymanga chapter list (#5921) 2021-02-19 16:41:28 -05:00
DitFranXX cbe5dac026
Update Newtoki Extension to v1.2.20 (#5917)
* Update Newtoki Extension to v1.2.20

* Better RateLimit
* New Search filter for ManaToki.

* Fix Page Selector and Filters

* Order was not worked on default sort due to missing value
* Page is now searchable over 10 pages. Seems site changed a bit.

* Backport Sort and Order to NewToki
2021-02-19 09:03:01 -05:00
Riztard Lanthorn 294aa0d4cd
fix earlymanga chapter list (#5906) 2021-02-18 06:54:32 -05:00
Riztard Lanthorn 09c569db4d
fix early manga chapter list (#5901) 2021-02-17 20:26:07 -05:00
Riztard Lanthorn 64336e1567
fix earlymanga chapter list (#5891) 2021-02-17 08:39:11 -05:00
Riztard Lanthorn cafb133aa1
fix MangaKawaii chapter list (#5892) 2021-02-17 08:39:01 -05:00
Victorien Berlot d25f2cc4c3
Use a common user-agent (#5894) 2021-02-17 08:38:53 -05:00
Victorien Berlot 2ad36b1f38
Add header accept-language (#5887) 2021-02-16 18:56:34 -05:00
Victorien Berlot cf62cb5ef1
Generate a totally random user-agent (#5885) 2021-02-16 14:21:46 -05:00
Riztard Lanthorn e960e857a1
fix early manga pages (#5882) 2021-02-16 12:29:33 -05:00
Victorien Berlot 04253a8159
Scantrad Remove referer header causing a 403 HTTP error (#5851) 2021-02-16 06:38:14 -05:00
Riztard Lanthorn 1826f8450d
fix early manga pages, add ratelimiter (#5874) 2021-02-16 06:35:45 -05:00
Riztard Lanthorn 244ea0b9b4
fix EarlyManga pages again (#5871)
they seems change it again
2021-02-15 10:44:14 -05:00
Riztard Lanthorn 5b9dff0b81
Split WPMangaStream Extension (#5803)
* Split WPMangaStream

* add some icons

* remove WPMangaStream

* move default_res

would be amazing

* override source id

* remove single extension

* rate limit

* add sources

Kuma Scans (Kuma Translation)
Tempest Manga

* remove multilang import

* override rate limit

* override source id

* fix class name

* remove file
2021-02-15 10:43:14 -05:00
scb261 850b77e74f
HentaiVN: maybe fix cloudflare issue (#5870) 2021-02-15 10:36:48 -05:00
Riztard Lanthorn a49001e314
Split FoolSlide Extension (#5840)
* Split FoolSlide Extension

* remove FoolSlide

* add className

* change default_res 

#5845

* add nsfw

* nsfw2
2021-02-15 10:36:28 -05:00
Riztard Lanthorn 78cb4e96b4
fix earlymanga chapter page & clean chapter name (#5867) 2021-02-15 09:24:05 -05:00
scb261 06cd2b8779
Toomics: various fixes (#5848)
* Toomics: various fixes

* Add comment
2021-02-14 10:33:51 -05:00
scb261 4396121d1f
Hitomi.la: fix search when using upper case (#5843) 2021-02-14 09:22:32 -05:00
scb261 eeb2f25e9d
NineHentai: fix galleries with broken last page (#5841) 2021-02-14 09:22:09 -05:00
Riztard Lanthorn 3eed4041cb
earlyManga add header & fix pages (#5846) 2021-02-14 09:21:53 -05:00
Eugene 3fa9e9eb81
[Ru]Fix Mangalib added filters (#5839) 2021-02-13 12:59:39 -05:00
Eugene fbedcc0275
[Ru]Add More Filter (#5836) 2021-02-13 11:54:19 -05:00
Eugene 181c9225e3
[Ru]Add Filter (#5835) 2021-02-13 10:38:20 -05:00
Riztard Lanthorn 9da88ec093
fix rainOfSnow revese chapter (#5832) 2021-02-13 08:48:32 -05:00
scb261 6e10aaf821
Mangakatana: fix search when found only one manga (#5820) 2021-02-12 21:01:22 -05:00