Skip to content

Fix EromeRipper doesn't correctly download albums that are a mix of images and video (Fixes #2121)#2141

Merged
soloturn merged 1 commit intoRipMeApp:mainfrom
AldoQueirozTinoco:fix-erome-ripper
Aug 7, 2025
Merged

Fix EromeRipper doesn't correctly download albums that are a mix of images and video (Fixes #2121)#2141
soloturn merged 1 commit intoRipMeApp:mainfrom
AldoQueirozTinoco:fix-erome-ripper

Conversation

@AldoQueirozTinoco
Copy link
Copy Markdown
Contributor

Category

This change is exactly one of the following (please change [ ] to [x]) to indicate which:

Description

Fixed EromeRipper to correctly download video URLs by using this.url.toString() instead of hardcoded "erome.com". Also changed test to use a working video album link.

Testing

Required verification:

  • I've verified that there are no regressions in gradlew test (there are no new failures or errors).
  • I've verified that this change works as intended.
    • Downloads all relevant content.
    • Downloads content from multiple pages (as necessary or appropriate).
    • Saves content at reasonable file names (e.g. page titles or content IDs) to help easily browse downloaded content.
  • I've verified that this change did not break existing functionality (especially in the Ripper I modified).

Optional but recommended:

  • I've added a unit test to cover my change.

@soloturn soloturn merged commit 4463238 into RipMeApp:main Aug 7, 2025
@Tag("slow")
public void testVideoAlbumRip() throws IOException, URISyntaxException {
URL url = new URI("https://www.erome.com/a/P0x5Ambn").toURL();
URL url = new URI("https://www.erome.com/a/jEUFu6pi").toURL();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old URL seems to be valid as well, but the new one is an album containing 2 videos which seems like a better test (and more SFW which is good).

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

Successfully merging this pull request may close these issues.

EromeRipper doesn't correctly download albums that are a mix of images and video

3 participants