2 Commits

Author SHA1 Message Date
Eugene
d2f6744188 Update common dependencies (#441)
Update common dependencies
2018-08-05 16:48:02 -04:00
ddmgy
2af088cafd Add ShoujoSense (reader.shoujosense.com) extension. (#47)
* Add ShoujoSense (reader.shoujosense.com) source.

* Change chapter date parsing to be more in line with other extensions.

* Make parseChapterDate private.

* Move SimpleDateFormat() and Pattern.compile() calls to avoid initializing more than once.

* Remove implicit return and implicit return type from popularMangaRequest() and latestUpdatesRequest(), as per @null-dev's suggestion.

* Remove unnecessary calls to jsoup Elements.first().)

* Fix manga.author and manga.description in mangaDetailsParse(), as previous implementation did not select the correct text.

* Remove print() call that was left over from debugging.

* Change popularMangaFromElement to use the correct title (exclude the latest released chapter), and remove id assignment.
2017-07-22 16:50:25 +02:00