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 domain switch #283

Closed adam-da-average closed 3 years ago

adam-da-average commented 3 years ago

Quick search and replace for:-

ReadComicOnlineTo ->ReadComicOnlineli Readcomiconline.to -> Readcomiconline.li

adam-da-average commented 3 years ago

Related issue - https://github.com/Xonshiz/comic-dl/issues/282

SilkyGator commented 3 years ago

I'm extremely inexperienced and I was just wondering how I can use your alteration of the project? I only see links to download the source code, and no matter what I do I can't figure out how to properly compile and run it; any time I try it will run through with or without input, with no feedback and nothing downloaded anywhere.

adam-da-average commented 3 years ago

@Zaccigator - I have only done this as a find and replace for any mentions of the old URL. When I've got some time I can compile it and release it under my own fork until this is accepted in to main.

Xonshiz commented 3 years ago

That CI build seems to be failing. I have to see why it's failing before merging this change. I'll take a look at this over this weekend and merge if things are fine.

adam-da-average commented 3 years ago

I had a quick glimpse at the pipelines:-

Unless I'm reading the errors wrong without going in to too much depth it's failing more on setting up the test env before it gets to test the change.

Xonshiz commented 3 years ago

Yep, it's failing before that itself. So, I'll fix that first and then merge. Have some things to do with this repository as well, like automate binary generation (like I did for hulu subs repo) and will test this merge to see if it's working or not.

Xonshiz commented 3 years ago

Code merged and the binary should be available as soon as the travis build is done.