Xonshiz / comic-dl

Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
https://github.com/Xonshiz/comic-dl
MIT License
545 stars 68 forks source link

readcomiconline.to domain change to readcomiconline.li #282

Closed adam-da-average closed 3 years ago

adam-da-average commented 3 years ago

readcomiconline.to has changed their domain to readcomiconline.li

Current way around it is to continue pointing the download link at .to as it redirects to .li however it should be added to the supported domains.

Native link

D:\Comic Downloader>comic_dl.exe --sorting asc --keep no --convert cbz -i https://readcomiconline.li/Comic/Batman-2011/Issue-1
readcomiconline.li is not supported at the moment. You can request it on the Github repository.
Total Time Taken To Complete : 0.0

Redirect link

D:\Comic Downloader>comic_dl.exe --sorting asc --keep no --convert cbz -i https://readcomiconline.to/Comic/Batman-2011/Issue-1
Fooling CloudFlare...Please Wait...
[Comic-dl] Done : Batman 2011 [Issue - 1] : 100%|##########| 30/30 [00:03<00:00,  7.57image(s)/s]
CBZ File : D:\Comic Downloader\Batman 2011\Batman 2011 - Ch Issue - 1
Deleted the files...
Total Time Taken To Complete : 6.57000017166
adam-da-average commented 3 years ago

Just went through with a quick find and replace - https://github.com/Xonshiz/comic-dl/pull/283

Xonshiz commented 3 years ago

Closing this as this has been merged.

adam-da-average commented 3 years ago

Thanks @Xonshiz appreciate the effort put in to this!