Skip to content
  • Matt Baer's avatar
    Fix image extraction for URLs with query strings · 563ea5b2
    Matt Baer authored
    Previously, image extraction wouldn't catch images with a query string
    (or anything else) appended. This fixes that by parsing extracted URLs
    and only checking the path for what looks like an image file.
    563ea5b2