Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index of chapters becomes disordered on update #1

Closed
kipukun opened this issue Dec 28, 2016 · 3 comments
Closed

Index of chapters becomes disordered on update #1

kipukun opened this issue Dec 28, 2016 · 3 comments
Assignees

Comments

@kipukun
Copy link
Contributor

kipukun commented Dec 28, 2016

When updating the list of chapters from Batoto, new chapters are put in-between already existing chapters, as such:

ss 2016-12-27 at 10 24 08

Notice how 82 and 83 are in the wrong order. Before I updated it, 81 was the latest chapter from Batoto.

Unsubscribing and resubscribing does not resolve the issue. This manga is being published as of filing this bug.

@kipukun
Copy link
Contributor Author

kipukun commented Dec 28, 2016

Update: It seems as though the MangaFox version is in the correct order. I will check how it reorders when it updates tomorrow (12/28/2016) @ around 12 PM

@aplanas
Copy link
Owner

aplanas commented Dec 28, 2016

Right. The problem is in how the spider works. To avoid multiple access to batoto and to some other sites I only read in the front page the new chapters. With this information I do not know the correct position of the inside the full list, but I can guess it based on the chapter number.

This is not enough, and the new spiders like unionmangas, submangaorg use a different approach that I need to port to batoto.

All Sundays the spider goes to all manga and converge the order of the chapters.

@aplanas aplanas self-assigned this Dec 28, 2016
@aplanas
Copy link
Owner

aplanas commented Feb 23, 2017

This should be fixed with this:

2f6c930
04ebf7d
e682892
30030ad
fbd9ef4
f294f3c
6cd71b1

@aplanas aplanas closed this as completed Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants