From cd19181d8f6e8f69f09e4990c9a7a9f871ee3785 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:51:42 +0100 Subject: [PATCH] minor improvements --- .gitignore | 3 ++- src/auto_archiver/utils/url.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c579fa..d14e3bb 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,5 @@ docs/source/modules/autogen/ scripts/settings_page.html scripts/settings/src/schema.json .vite -downloaded_files \ No newline at end of file +downloaded_files +latest_logs \ No newline at end of file diff --git a/src/auto_archiver/utils/url.py b/src/auto_archiver/utils/url.py index a44a91d..79438bc 100644 --- a/src/auto_archiver/utils/url.py +++ b/src/auto_archiver/utils/url.py @@ -113,6 +113,8 @@ def is_relevant_url(url: str) -> bool: # reddit ("styles.redditmedia.com",), # opinionated but excludes may irrelevant images like avatars and banners ("emoji.redditmedia.com",), + # linkedin + ("static.licdn.com",), ] # TODO: make these globally configurable