Skip to content

Fix ImagevenueRipper not working after site update#2176

Open
yamuna898 wants to merge 1 commit into
RipMeApp:mainfrom
yamuna898:patch-1
Open

Fix ImagevenueRipper not working after site update#2176
yamuna898 wants to merge 1 commit into
RipMeApp:mainfrom
yamuna898:patch-1

Conversation

@yamuna898
Copy link
Copy Markdown

Updated image selector from "a > img" to match current Imagevenue HTML structure.

Category

Description

Imagevenue has updated its HTML structure. The previous selector a > img no longer matches the image element.

Updated the selector to target the current <img> element directly (img.mw-100), allowing correct extraction of image URLs again.

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 (not tested)
    • Saves content with correct filenames
  • I've verified that this change did not break existing functionality

Optional but recommended:

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

Updated image selector from "a > img" to "img.mw-100" to match current Imagevenue HTML structure.
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.

ImagevenueRipper not working; site has changed significantly - might be worth fixing

1 participant