mirror of
https://codeberg.org/Yael-II/ArXtic.git
synced 2026-03-14 22:06:27 +01:00
2025-09-22: RSS feed query and parsing
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#FIELD="author"
|
||||
Moussouni
|
||||
Voggel
|
||||
Lan\ccon
|
||||
Lançon
|
||||
Lancon
|
||||
Hilker
|
||||
|
||||
@@ -1,7 +1,18 @@
|
||||
#FIELD="title"
|
||||
#FIELD="title_detail"
|
||||
#FIELD="tags"
|
||||
#FIELD="summary"
|
||||
|
||||
# GC
|
||||
Globular cluster
|
||||
Globular clusters
|
||||
Galaxy: globular cluster
|
||||
Galaxy: globular clusters
|
||||
Galaxy: globular clusters
|
||||
Galaxies: clusters: intracluster medium
|
||||
GC
|
||||
GCs
|
||||
|
||||
# ICM
|
||||
Intracluster medium
|
||||
Clusters: intracluster medium
|
||||
Galaxies: clusters: intracluster medium
|
||||
|
||||
|
||||
@@ -30,5 +30,12 @@
|
||||
|
||||
## Directories
|
||||
VENV_DIR="./venv/"
|
||||
DB_DIR="./db/"
|
||||
FILTERS_DIR="./cfg/filters/"
|
||||
|
||||
## Remote URLs
|
||||
QUERY_URL="https://export.arxiv.org/api/query?"
|
||||
RSS_URL="https://rss.arxiv.org/atom/astro-ph"
|
||||
|
||||
## FILTERS
|
||||
FILTERS_LIST="authors.txt,keywords.txt"
|
||||
|
||||
Reference in New Issue
Block a user