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