Skip to content

Commit 111d114

Browse files
committed
Revert rescue_groups.py image width to 800px
1 parent fc17f8c commit 111d114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adoption_sources/rescue_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ def _get_image_url(self, attrs: dict) -> str | None:
204204
thumbnail = attrs.get("pictureThumbnailUrl")
205205
if thumbnail:
206206
# Request a larger image instead of the 100px thumbnail
207-
return re.sub(r"\?width=\d+", "?width=1080", thumbnail)
207+
return re.sub(r"\?width=\d+", "?width=800", thumbnail)
208208
return None

0 commit comments

Comments
 (0)