ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/ValBot/find_external_images.py
(Generate patch)

Comparing ValBot/find_external_images.py (file contents):
Revision 1167 by iritscen, Mon Mar 8 14:15:52 2021 UTC vs.
Revision 1168 by iritscen, Mon Feb 14 03:32:43 2022 UTC

# Line 13 | Line 13 | from bs4 import BeautifulSoup
13   first_run = False
14   pages_checked = 0
15   oni2_images = 0
16 < file_formats = ('.jpg', '.jpeg', '.png', '.gif', '.svg', '.ogg')
16 > file_formats = ('.jpg', '.jpeg', '.png', '.gif', '.svg')
17  
18   # Scrapes the HTML at the given URL for image tags
19   def get_image_links(url, shown):

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)