... | ... |
@@ -19,9 +19,12 @@ connectionResults = None |
19 | 19 |
|
20 | 20 |
def getManganeloTV(url): |
21 | 21 |
debug("Downloading: "+url) |
22 |
+ if "manganelo.com" in url: |
|
23 |
+ url=url.replace("manganelo.com","manganelo.tv") |
|
24 |
+ say("Replace URL:"+url) |
|
22 | 25 |
r = requests.get(url, allow_redirects=True) |
23 | 26 |
content = r.text |
24 |
- print(r.text) |
|
27 |
+ #print(r.text) |
|
25 | 28 |
lineNextChapter = None |
26 | 29 |
linePreviousChapter = None |
27 | 30 |
lineTitle = None |