From 0d68c5ec7d56fe78b977b959fc855481d064a55d Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Mon, 27 Nov 2023 15:17:17 -0500 Subject: [PATCH] updated module flags, removed png from extension list --- bbot/modules/filedownload.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bbot/modules/filedownload.py b/bbot/modules/filedownload.py index 4b43e2834..2f0c26c59 100644 --- a/bbot/modules/filedownload.py +++ b/bbot/modules/filedownload.py @@ -14,7 +14,7 @@ class filedownload(BaseModule): watched_events = ["URL_UNVERIFIED", "HTTP_RESPONSE"] produced_events = [] - flags = ["active", "safe"] + flags = ["active", "safe", "web-basic"] meta = {"description": "Download common filetypes such as PDF, DOCX, PPTX, etc."} options = { "extensions": [ @@ -46,7 +46,6 @@ class filedownload(BaseModule): "odt", # OpenDocument Text (LibreOffice, OpenOffice) "pdf", # Adobe Portable Document Format "pem", # Privacy Enhanced Mail (SSL certificate) - "png", # Portable Network Graphics Image "pps", # Microsoft PowerPoint Slideshow (Old Format) "ppsx", # Microsoft PowerPoint Slideshow "ppt", # Microsoft PowerPoint Presentation (Old Format)