Hiring A manga scraper for mangaplaza

Status
Not open for further replies.
3 comments
What do you want to extract?
You can do something like this:
1. open inspect element
2. in the console put a code to extract all the links to the files you want
3. then with python you can download all those files where the links are saved in a txt file.

That's what I do on most sites that I need content for.
 
What do you want to extract?
You can do something like this:
1. open inspect element
2. in the console put a code to extract all the links to the files you want
3. then with python you can download all those files where the links are saved in a txt file.

That's what I do on most sites that I need content fo
I need help in writing the code logic since the images are protected
 
Status
Not open for further replies.
Back
Top