[mangadex] fix manga extraction (closes #84)

Chapter listings for manga now use
https://mangadex.org/manga/<id>/_/chapters/2/
as URL instead of
https://mangadex.org/manga/<id>/_//2/
This commit is contained in:
Mike Fährmann
2018-05-06 17:43:50 +02:00
parent 82c50fa609
commit e2157f594e
5 changed files with 11 additions and 4 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.3.5"
__version__ = "1.3.6-dev"