From a3cfdc37fef7d2447c71805e9baf84395c03a4ec Mon Sep 17 00:00:00 2001 From: Augusto Modanese Date: Wed, 22 May 2024 10:19:01 +0300 Subject: [PATCH] Ignore 'replaced' articles --- arxiv_filter/arxiv/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arxiv_filter/arxiv/parser.py b/arxiv_filter/arxiv/parser.py index b2e7605..eeb9c36 100644 --- a/arxiv_filter/arxiv/parser.py +++ b/arxiv_filter/arxiv/parser.py @@ -5,7 +5,7 @@ class parser: - FOOTER_DIVIDER = '%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---%%%---' + FOOTER_DIVIDER = '%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%--%%' ENTRY_DIVIDER = '------------------------------------------------------------------------------\n'