This change is exactly one of the following (please change [ ] to [x]) to indicate which:
[] a bug fix (Fix #...)
[ ] a new Ripper
[X] a refactoring
[ ] a style change/fix
[ ] a new feature
Description
The original coomer.party ripper never implemented anything beyond getting the first page, and with coomer.party seemingly on it's last legs, doing a quick fix to be able to rescue it's content seemed prudent.
This doesn't do much other than add the GetNextPage override, track the pagination, and cleans up the code so it wouldn't be repeated.
Testing
Required verification:
[X] I've verified that there are no regressions in mvn test (there are no new failures or errors).
[X] I've verified that this change works as intended.
[X] Downloads all relevant content.
[X] Downloads content from multiple pages (as necessary or appropriate).
[X] Saves content at reasonable file names (e.g. page titles or content IDs) to help easily browse downloaded content.
[X] I've verified that this change did not break existing functionality (especially in the Ripper I modified).
Category
This change is exactly one of the following (please change
[ ]
to[x]
) to indicate which:Description
The original coomer.party ripper never implemented anything beyond getting the first page, and with coomer.party seemingly on it's last legs, doing a quick fix to be able to rescue it's content seemed prudent.
This doesn't do much other than add the GetNextPage override, track the pagination, and cleans up the code so it wouldn't be repeated.
Testing
Required verification:
mvn test
(there are no new failures or errors).Optional but recommended: