Closed SirGryphin closed 2 years ago
Easy for Russian hacker :smile_cat: I will try to do it, but without guarantees.
@idMysteries thanks for making this so quickly. Just testing it now. Saves me using another manga downloader then converting images to epub.
Update: only problem now is the epub is 750mb lol.
Perhaps it is necessary to implement a search function.
Update: only problem now is the epub is 750mb lol.
Maybe we need to convert to another format
I downloaded 10 chapters and it's 170 mb.
But no. It already converts to jpeg
The file size does not seem to be able to be reduced. T_T 10 chapters = 270 images (x 200 kb)
@SirGryphin search is ready
thanks for making this so quickly.
I was just curious about how encryption was done here. :smiley_cat:
As a result, I wrote such a terrible code:
def decode_pass(code):
code = code.replace('!+[]', '1').replace('!![]', '1').replace('[]', '0')
code = code.lstrip('+').replace('(+', '(').replace(' ', '')
code = code.replace('+((1+[+1]+(1+0)[1+1+1]+[1+1]+[+0])+0)[+1]+', '.')
code = code.replace(']+[', ' ').replace('[', '').replace(']', '')
res = ''
for num_part in code.split('.'):
for num in num_part.split():
res += str(num.count('1'))
res += '.'
return res.strip('.')
as long as it works, terrible codes okay lol. The manga I download is like 200 chapters 2000+ images.
I have a lot of work now, I will have to pay less attention to this project. If there is no work today, I will make another crawler for website with manga (your prev issue).
@idMysteries no worries, thanks for all the work anyway.
@idMysteries Thanks for the contributions
Would really like this site, I've tried making it myself but something in the chapter body is blocking the scrape and I don't have free time to figure it out.
Note: This site also has many many domains as well, if you do get it working you might want to these to base url list.