Ritox2
777f677175
Fix for #14342 ( #14375 )
...
* Fix for #14276
* increase versionCode
* fixed issue with requests going to page 1
* ehentai filter fix
* added comments and removed logging
* update gradle
* Update src/all/ehentai/src/eu/kanade/tachiyomi/extension/all/ehentai/EHentai.kt
Co-authored-by: Two-Ai <81279822+Two-Ai@users.noreply.github.com>
* Update src/all/ehentai/src/eu/kanade/tachiyomi/extension/all/ehentai/EHentai.kt
Co-authored-by: Two-Ai <81279822+Two-Ai@users.noreply.github.com>
Co-authored-by: Alec <alec.l@digipen.edu>
Co-authored-by: Two-Ai <81279822+Two-Ai@users.noreply.github.com>
2022-11-25 19:18:37 -05:00
Eshlender
b4016560fa
[RU]Desu fix hide not last empty chapter ( #14327 )
2022-11-24 11:00:52 -05:00
AntsyLich
70b3cca0b1
Webnovel.com: Don't use api for getting pages ( #14366 )
2022-11-24 11:00:07 -05:00
Ritox2
1cefaf0867
Fix for when a request requests page 1 ( #14323 )
...
* Fix for #14276
* increase versionCode
* fixed issue with requests going to page 1
Co-authored-by: Alec <alec.l@digipen.edu>
2022-11-20 15:57:47 -05:00
ThePromidius
f2198c975e
Kavita: Bugfix/expected url scheme ( #14322 )
...
* pageListRequest now returns a correct url
This method was apparently not called in previous versions but it does now in the preview version (r5254) when downloading thus failing because was returning a wrong url.
* Changelog and bumped version
2022-11-20 14:33:05 -05:00
Luqman
e7540568fd
Comic Fx: fix images n manga details issue ( #14279 )
...
closes #13317
2022-11-20 11:09:48 -05:00
stevenyomi
96394f35d8
Baozi Manhua: use Cloudflare client and fix page list for TC ( #14310 )
...
* Baozi Manhua: use Cloudflare client
* fix page list parsing for Traditional Chinese
2022-11-20 11:09:23 -05:00
Ritox2
b71748e711
Fix for #14276 ( #14318 )
...
* Fix for #14276
* increase versionCode
Co-authored-by: Alec <alec.l@digipen.edu>
2022-11-20 11:09:12 -05:00
SurroKun
91abba9ac5
uk/mangaInUa ( #14209 )
...
* Fix loading latest, adding search
All manga shown (not just 16 titles)
Add search
* Update Mangainua.kt
Back popular
Searching in latest
* Update Mangainua.kt
Search.length>3
* Update Mangainua.kt
fix
* Update src/uk/mangainua/src/eu/kanade/tachiyomi/extension/uk/mangainua/Mangainua.kt
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
2022-11-14 18:08:12 -03:00
stevenyomi
1ac441710f
Baozi Manhua: fix page list parsing ( #14255 )
2022-11-14 06:05:01 -05:00
Fansubs.cat
4cfe5d6ec9
Bump version code on Fansubs.cat extension due to previous changes made to the code ( #14243 )
2022-11-13 16:44:43 -03:00
Luqman
6a5d2326e7
BlogTruyen: add rate limit ( #14241 )
...
Closes #13803
2022-11-13 16:44:29 -03:00
AntsyLich
f8845b1fb9
Webnovel.com: Use API ( #14168 )
...
* Webnovel.com: Use API
* Show migration message instead of bumping "versionId"
2022-11-13 16:43:40 -03:00
stevenyomi
37ef0d1023
Baozi Manhua: fix chapter list and page list ( #14198 )
2022-11-09 13:48:24 -05:00
Eshlender
5f5fbf6ef1
[RU]Remanga rateLimitHost boost slow image after Many Requests ( #14200 )
...
* [RU]Remanga rateLimitHost boost slow image after Many Requests
* only confirmed
2022-11-09 13:48:06 -05:00
stevenyomi
578b4b85fa
Roumanwu: update mirror URL ( #14204 )
2022-11-09 13:47:47 -05:00
CaptainBlagbird
08d9419ad9
Add SoushiyoFamiliar source ( #14174 )
2022-11-08 07:26:39 -05:00
Eshlender
7158b05727
[RU]Newbie fix 429 Too Many Requests ( #14179 )
2022-11-08 07:26:22 -05:00
Aria Moradi
90915c6883
Tachidesk: bypass DoH ( #14184 )
...
* Tachidesk: Bypass DoH
* bump version
* fix imports
2022-11-08 07:26:10 -05:00
Eshlender
5e6a152da2
[RU]Newbie cloudflareClient (fix 403) ( #14161 )
2022-11-07 15:00:10 -03:00
abubaca4
62a4cae140
[RU] Nude-Moon. Throw exception when need auth ( #14127 )
...
* replace some code
* Exception when need auth
* Exception text in russian
* create SimpleDateFormat once
2022-11-05 09:11:11 -03:00
sinnghabhay80
45b5e362c7
Fixed Title Error, added status(on_hiatus) ( #14121 )
...
* Fixed Title display for BL and GL
* Fixed Discrepancies in Some Title Parsing
* Fixed status for on Hiatus titles.
Co-authored-by: Abhay Singh <sinnghabhay80@gmail.com>
2022-11-04 07:01:00 -04:00
BRAMILLE Sébastien
e12605507a
Fix japscan pagecount loading (fallback added) ( #14122 )
2022-11-04 07:00:33 -04:00
abubaca4
86562fc2cb
Nude-Moon change domain ( #14117 )
2022-11-03 18:43:19 -03:00
Alessandro Jean
bd4faa01d9
Update MangaDex to use API v5.7.5 ( #14087 )
...
* Update MangaDex to use API v5.7.5.
* Remove unused line.
* Fix list type string.
* Make usage of `authorOrArtist` in deeplink.
* Use proper custom serializer for `LocalizedString`.
* Use actual enums for manga properties.
* Fix list search not working.
Co-authored-by: nicki <72807749+curche@users.noreply.github.com>
Co-authored-by: nicki <72807749+curche@users.noreply.github.com>
2022-11-03 11:32:36 -03:00
BRAMILLE Sébastien
2d56d12797
Fix japscan (dynamic page loading) ( #14109 )
...
* Fix japscan
* Update extVersionCode
2022-11-03 06:20:38 -04:00
stevenyomi
5992b9f2e0
WNACG: fix search ( #14077 )
2022-11-01 09:34:41 -03:00
jferdous70
fcf7e5e604
Remove INKR extension ( #14068 )
...
* Remove INKR extension
* Delete build.gradle
* Delete AndroidManifest.xml
* Delete InkrDto.kt
* Delete ic_launcher.png
* Delete ic_launcher.png
* Delete ic_launcher.png
* Delete ic_launcher.png
* Delete ic_launcher.png
* Delete web_hi_res_512.png
2022-11-01 09:34:30 -03:00
Alessandro Jean
b8d7a9dd6e
Add INKR to default blocked groups on MangaDex ( #14065 )
...
* Add Inkr to default blocked groups on MangaDex.
* Update MangaDex Readme file.
2022-10-31 18:43:11 -03:00
arkon
9e29bf4f6f
Use proper package scoping for some classes ( #14055 )
2022-10-31 17:15:57 -04:00
Eshlender
c36cec3cbe
[RU]Nudemoon fix empty chapter name ( #14056 )
...
* [RU]Nudemoon fix empty chapter name
* fix chapter_number
* clean manga title & update in forks
2022-10-31 17:59:31 -03:00
jferdous70
7c2d3d1f68
Add nsfw to Lilymanga, Muctau and Vyvymanga ( #14052 )
...
* Add nsfw to Lilymanga and Muctau
* Add nsfw to Vyvymanga
2022-10-31 17:59:21 -03:00
Alessandro Jean
c3a716a2b4
Temporary fix for empty filter list in MangaDex. ( #14046 )
2022-10-30 12:47:41 -03:00
Eric Carlsson
77fa13f023
Add extension for Randowiz ( #14038 )
...
* Add source Randowiz
* Apply code-style suggestions from review
Co-authored-by: Eric Carlsson <XOMPTERC@mio.se>
2022-10-30 10:49:02 -03:00
Alessandro Jean
9a0c04c679
Fix first volume cover preference in MangaDex. ( #14044 )
2022-10-30 10:35:12 -03:00
Alessandro Jean
eaa7b15bae
Add option to attempt to use first volume cover on MangaDex ( #14031 )
...
* Add option to attempt to use first volume cover on MangaDex.
* Fix missing first volume covers and remove logical symbols.
* Reinforce isOneShot check and reword preference.
2022-10-29 22:59:22 -03:00
Eshlender
e8efb0f8d7
[RU]Remanga notify breaking authorization ( #14026 )
2022-10-29 11:23:57 -03:00
stevenyomi
c8ed15f451
Jinman Tiantang: update mirror URL ( #14012 )
2022-10-28 10:52:56 -03:00
stevenyomi
f11ff6a1c0
WNACG: disable SSL for images ( #14010 )
2022-10-28 10:52:45 -03:00
Suyash Mittal
f21cfb81df
mangarok fix manga details fetch ( #13970 )
2022-10-24 18:09:31 -03:00
Alessandro Jean
d5dd9308d1
Fix popular not working in M+. ( #13953 )
2022-10-22 19:15:51 -03:00
Eshlender
3c49304709
[RU]Remanga show chapters when licensed ( #13948 )
2022-10-22 19:15:43 -03:00
Eshlender
bb2d763405
[RU]Com-X fix covers ( #13935 )
2022-10-21 22:41:25 -03:00
abubaca4
ffa4d9e45a
[RU]NudeMoon webview mobile site ( #13927 )
...
* update site url
* Parse mobile site version
Fix a lot if error
* Fix detail cover load
* Add sort by chapter name(server return sorted by upload date)
* fix warnings and date parse in some case
* Another date fix
* replace client.newCall to chapterListParse as @alessandrojean requested https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13914#discussion_r999480012
* version code change
* Force mobile site version in webview
* Move cookie set to class init
* Remove sort by chapter name
It create more problem than solve
User can choose sort by chapter number in app when necessary
2022-10-21 22:41:16 -03:00
Riztard Lanthorn
d0f26eff13
Cubari: fix long genre/tag issue ( #13929 )
...
Closes #13905
2022-10-20 10:36:00 -04:00
h-hyuuga
3bf40039e4
Fix broken source ( #13932 )
...
* Auto generate id for chapter list requests
* fix search
* Bump Version
* Refactor chapterListParse to immediately return if there's only 1 page
Avoids an error that occurs if a series has no chapters
2022-10-20 07:54:23 -04:00
abubaca4
30ca25735b
[RU]NudeMoon some fixes ( #13926 )
...
* update site url
* Parse mobile site version
Fix a lot if error
* Fix detail cover load
* Add sort by chapter name(server return sorted by upload date)
* fix warnings and date parse in some case
* Another date fix
* replace client.newCall to chapterListParse as @alessandrojean requested https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13914#discussion_r999480012
* version code change
2022-10-19 17:22:15 -03:00
Eshlender
5a07f6910e
[RU]Desu open chapter no API ( #13906 )
...
* [RU]Desu open chapter no API
* fix
* [RU]Remanga open chapter no API
2022-10-19 10:10:31 -04:00
abubaca4
0a5202d84a
[RU]NudeMoon change domain and other fixes ( #13914 )
...
* update site url
* Parse mobile site version
Fix a lot if error
2022-10-19 10:10:10 -04:00
Eshlender
1c2bcee25e
[RU]Remanga hotfix #13900 ( #13921 )
2022-10-19 10:09:55 -04:00
Eshlender
784219f7bd
[RU]Newbie open chapter no API ( #13923 )
2022-10-19 10:09:47 -04:00
Alessandro Jean
4d8ea51ffe
Fix the build. ( #13915 )
2022-10-18 17:24:24 -03:00
Alessandro Jean
da699b11dd
Remove sources with expired domains. ( #13911 )
2022-10-18 16:21:57 -03:00
Henrik
d52dc85288
fix reaperscans ( #13907 )
...
* fix reaperscans
* get routename
2022-10-18 16:21:37 -03:00
Riztard Lanthorn
d21bb3ec00
Bacakomik: fix pages issue, change icon ( #13904 )
...
* Bacakomik: fix pages issue, change icon
- fix chapter pages
- change icon
- capitalize source name
Closes #13894
* fix lint
git cant detect file name change capitalize
2022-10-18 16:21:27 -03:00
Eshlender
310a418f1e
[RU]Remanga open chapter no API ( #13900 )
2022-10-18 05:48:57 -04:00
stevenyomi
85dd5326e7
NewToki: fix domain number logic and update data ( #13893 )
2022-10-17 21:43:15 -03:00
Riztard Lanthorn
01beb2d8d4
Swords Comic: fix chapter issue ( #13876 )
...
Closes #13869
2022-10-17 07:47:16 -04:00
AntsyLich
0e9c86f901
ReaperScans: Cleanup codes ( #13871 )
2022-10-17 07:47:07 -04:00
Davide
dc8cc7f0fc
ReaperScans: Added Lasted manga ( #13828 )
...
* ReaperScans: Added Lasted manga
* Revert some spaces
2022-10-14 16:57:15 -04:00
Eshlender
5b1d9f51bd
[RU]Mangahub fix ( #13856 )
...
* [RU]Mangahub fix
* update user agent
* cover reload
2022-10-14 16:56:14 -04:00
Henrik
27401052a4
reaperscans add cloudflareClient ( #13847 )
2022-10-14 16:55:21 -04:00
Riztard Lanthorn
3446cc572a
KomikIndoID: fix chapter images ( #13829 )
...
Closes #13815
2022-10-13 09:49:31 -03:00
stevenyomi
fe016713be
DMZJ: make authors field nullable ( #13827 )
2022-10-12 08:10:16 -04:00
Yure Gabriel
0528091fa5
fix: EarlyManga update baseUrl ( #13820 )
2022-10-12 01:20:20 -03:00
beucismis
68e335e3bc
Update MangaShip baseUrl ( #13818 )
...
* Update MangaShip baseUrl
* Update MangaShip extVersionCode
2022-10-11 21:44:07 -03:00
Alessandro Jean
6a417ef285
Temporary fix HTTP 103 in OPEX. ( #13793 )
2022-10-10 13:42:50 -03:00
Vetle Ledaal
8924c4a6fc
VyvyManga: fix pagination and chapter names ( #13796 )
...
* Fix pagination
* Fix chapter names
* changelog
2022-10-10 12:22:44 -04:00
Sergio Malagon
740da29bc5
Added fallback if manga description is null ( #13801 )
2022-10-10 12:22:12 -04:00
Alessandro Jean
1e99b26dff
Move English Reaper Scans out of Madara multilang. ( #13792 )
2022-10-09 15:01:58 -03:00
Alessandro Jean
7b4cd430a1
Update VIZ endpoints ( #13788 )
...
* Update VIZ endpoints.
* Reword the page fetch error.
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2022-10-09 14:14:34 -03:00
TheKingTermux
5a820925c8
Doujindesu: Change website appearance ( #13605 )
...
* Update build.gradle
Updated extVersionCode
* Update DoujinDesu.kt
* Remove duplicate genre
* Updated and added latest genre available (on Doujindesu website)
* Updated convenience filter
* Waiting for the Doujindesu domain (not the naked IP's)
* Update ParseStatus
* Update Many Feature
- Better Filter
- Add Some Missing Genre's
- Change Genre From `Array` to `List` for Multiple Genre Search
- Update Parse Status
* Update Many Feature 2.0
- Better genre
- Better filter
- Full genre
- Fix ParseStatus
* Blank again
hhmm......
it actualy can be used in automatic refreshing library download, and now they blank again
still confused in basicInformationFromElement
updates :
fix missing genres
* Description finally showed
but fortunately the status, author, and genres still can't appear
* Apply suggestion and fix mangaDetails
Fixed :
- Stats
- Author
- Artist
- Genres
* Apply suggestion and re-run
* Fix typo
2022-10-09 14:12:34 -03:00
arkon
40b6e31505
Expose coroutines dependencies to all extensions by default ( #13757 )
2022-10-08 09:44:48 -04:00
Davide
09c587a0b4
MCReader -> MReader ( #13728 )
...
* MCReader -> MReader
New site name and url
* Revert source name
2022-10-07 09:35:13 -04:00
Riztard Lanthorn
9310239ddc
NineManga: cleaning manga title from ch name ( #13730 )
...
if manga title contains number can cause some issue to tracking and taking space
closes #13219
2022-10-07 09:34:56 -04:00
nicki
0c6ff5bab9
MangaDex i18n: Add Russian and Spanish translations ( #13733 )
...
* Mangadex Spanish translations start
* MangaDex Spanish translations: Settings done
* MangaDex Spanish translation: Content, Format, Genre, Theme done
* MangaDex Spanish translation: rest of setting done
includes Tag Mode, Sort, hasAvailableChapters, unable to process chapter
request, uploaded by $users, and no group
* Android Studio: replace deprecated `capitalize`
uses `replaceFirstChar` as a replacement (honestly suprising how Android
Studio managed that refactor all by itself)
* Add template to fill in Russian translations
* Added MangaDex Russian Translation
* Adding missing Spanish translation for Sort by Rating
and also co-author credit for all the other Spanish translations as well
Co-authored-by: kouyo <46226504+kouyo-quotient@users.noreply.github.com>
* Add missing Russian translation for `intl.sortRating`
Also, add co-author credit for all Russian translations
Co-authored-by: Grannix1337 <115176186+Grannix1337@users.noreply.github.com>
* increment MangaDex.extVersionCode
Co-authored-by: kouyo <46226504+kouyo-quotient@users.noreply.github.com>
Co-authored-by: Grannix1337 <115176186+Grannix1337@users.noreply.github.com>
Co-authored-by: kouyo <46226504+kouyo-quotient@users.noreply.github.com>
Co-authored-by: Grannix1337 <115176186+Grannix1337@users.noreply.github.com>
2022-10-07 09:33:55 -04:00
ktunprasert
e02945775f
Comick.fun: fixed filter label misspelling ( #13737 )
2022-10-07 09:33:22 -04:00
stevenyomi
806856965e
MangaDex: replace matchEntire with matches ( #13743 )
2022-10-07 06:59:39 -04:00
nicki
d2f3587d8c
increment forgotten komikindoid.extVersionCode ( #13724 )
...
necessary continuation for #13721
erroneously incremented komiku.extVersionCode cant be decremented and will have to stay
2022-10-05 23:40:08 -03:00
Alessandro Jean
a0d1c5c565
Use URL fragment in MangaPlus. ( #13722 )
2022-10-05 23:39:52 -03:00
Ahmad Ghoni Arrozaq
f8c104f2ae
Komikindo.ID: fix HTTP error 404 ( #13721 )
...
* KomikIndoID: fix error 404
* Update src/id/komiku/build.gradle
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update src/id/komikindoid/src/eu/kanade/tachiyomi/extension/id/komikindoid/KomikIndoID.kt
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2022-10-05 17:46:21 -03:00
Alessandro Jean
05e2858ca7
Remove old single RS extension. ( #13714 )
2022-10-04 15:53:26 -03:00
stevenyomi
370d8f1931
WNACG: change URL and clean up ( #13707 )
2022-10-04 15:12:21 -03:00
Alessandro Jean
997b3e2e68
Fix requests failing in Komga. ( #13704 )
2022-10-03 18:35:31 -03:00
Alessandro Jean
c8adaa2f2a
Refactor the MangaDex code a bit. ( #13703 )
2022-10-03 18:35:21 -03:00
stevenyomi
9b7e28848b
DMZJ: fix chapter name format ( #13697 )
...
* DMZJ: fix chapter name format
* make regex private
2022-10-03 18:35:12 -03:00
stevenyomi
3a13bc8408
DMZJ: rewrite, add rankings and comments ( #13689 )
...
* DMZJ: rewrite, add rankings and comments
* update launcher icons
* fix ranking issue
* add more description
* add more description
* add more description
* add prompt if comment is empty
2022-10-03 08:48:28 -03:00
Sergio Malagon
123db0a17a
ComickFun: Fixed WebView not working correctly ( #13686 )
...
* Fixed Open in WebView not working correctly
* Make use of fetchMangaDetails to avoid unnecessary calls
2022-10-03 08:48:15 -03:00
Yjin
72169cb64f
[RU]Remanga nullable access_token ( #13672 )
2022-10-01 19:26:03 -03:00
AntsyLich
765647cf5f
9Hentai: Fix download page number broken ( #13668 )
2022-10-01 09:03:31 -03:00
Vetle Ledaal
758c7d14b0
Tapas: force desktop User-Agent, add changelog ( #13665 )
...
* Tapas: force desktop User-Agent
* Add `CHANGELOG.md`
* isNsfw = true
2022-10-01 09:03:07 -03:00
Riztard Lanthorn
81eb16ed45
ComickFun: add back "all" ( #13660 )
...
* comickfun add back "all"
* cleaning
2022-10-01 09:02:29 -03:00
Alessandro Jean
63f0776018
Optimize the MangaPlus code a little. ( #13652 )
2022-09-30 14:12:04 -03:00
Alessandro Jean
b08202cf32
Optimize the Bruttal code a little ( #13651 )
...
* Optimize the Bruttal code a little.
* Update User-Agent string.
2022-09-30 14:11:53 -03:00
Alessandro Jean
0710868ecc
Add SMA-17 to SilentMangaAudition. ( #13649 )
2022-09-30 14:11:43 -03:00
AntsyLich
abe46b30c0
Zerobyw: Update baseUrl ( #13643 )
...
* Zerobyw: Update baseUrl
* Remove backslah from url
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2022-09-30 14:10:44 -03:00
AntsyLich
d68ff1afce
Cleanup 9Hentai ( #13642 )
...
* Cleanup 9Hentai
* Recache cover when total page count changes
2022-09-30 14:10:36 -03:00
Riztard Lanthorn
35d09dc3b2
ComicExtra: fix pagination in browse & latest ( #13636 )
...
closes #13635
2022-09-30 14:10:08 -03:00
Riztard Lanthorn
6cc6686d4e
KomikIndoID: fix error 404 ( #13629 )
...
* KomikIndoID: fix error 404
closes #13604
* remove deprecated toLowerCase
2022-09-30 14:09:58 -03:00
Alessandro Jean
e2daf8947e
Fix Jsoup struggling to parse the response in MW ( #13632 )
...
* Fix Jsoup struggling to parse the response in MW.
* Remove tab RegEx.
2022-09-29 14:17:05 -03:00