mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
removes exclude_media_extensions option
This commit is contained in:
@@ -111,12 +111,14 @@ def is_relevant_url(url: str) -> bool:
|
||||
("emoji.redditmedia.com",),
|
||||
]
|
||||
|
||||
# TODO: make these globally configurable
|
||||
IRRELEVANT_ENDS_WITH = [
|
||||
".svg", # ignore SVGs
|
||||
".ico", # ignore icons
|
||||
# ignore index files for videos, these should be handled by ytdlp
|
||||
".m3u8",
|
||||
".mpd",
|
||||
".ism", # ignore index files for videos, these should be handled by ytdlp
|
||||
".ism",
|
||||
]
|
||||
|
||||
for end in IRRELEVANT_ENDS_WITH:
|
||||
|
||||
Reference in New Issue
Block a user