Mangapanda: Change protocol from HTTPS to HTTP (#4886)

This commit is contained in:
scb261 2020-11-21 16:28:09 +02:00 committed by GitHub
parent c121792291
commit d7edce780a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Mangareader & Mangapanda' extName = 'Mangareader & Mangapanda'
pkgNameSuffix = 'en.mangareader' pkgNameSuffix = 'en.mangareader'
extClass = '.MRPFactory' extClass = '.MRPFactory'
extVersionCode = 6 extVersionCode = 7
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -57,4 +57,4 @@ class Mangareader : MRP("Mangareader", "https://www.mangareader.net") {
} }
} }
} }
class Mangapanda : MRP("Mangapanda", "https://www.mangapanda.com") class Mangapanda : MRP("Mangapanda", "http://www.mangapanda.com")