You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the kotatsu-parsers library directly for getting relevant sources instead of attempting to scrape the information.
For future reference, getting the list of all sources is theoretically as simple as calling EnumSet.allOf(MangaParserSource::class.java), though how Rust-Kotlin/Java communication will be achieved is yet to be decided. At a certain point it may be worthwhile to rewrite the conversion logic in Kotlin to reduce redundancy and overhead and improve (re)usability on Android.
The text was updated successfully, but these errors were encountered:
Use the kotatsu-parsers library directly for getting relevant sources instead of attempting to scrape the information.
For future reference, getting the list of all sources is theoretically as simple as calling
EnumSet.allOf(MangaParserSource::class.java)
, though how Rust-Kotlin/Java communication will be achieved is yet to be decided. At a certain point it may be worthwhile to rewrite the conversion logic in Kotlin to reduce redundancy and overhead and improve (re)usability on Android.The text was updated successfully, but these errors were encountered: