Skip to content

feat(fetchers): add ArXivFetcher for paper metadata and abstract#68

Merged
chaliy merged 1 commit intomainfrom
fix/issue-57-arxiv-fetcher
Mar 26, 2026
Merged

feat(fetchers): add ArXivFetcher for paper metadata and abstract#68
chaliy merged 1 commit intomainfrom
fix/issue-57-arxiv-fetcher

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Mar 26, 2026

What\nAdds an ArXivFetcher for arXiv paper URLs, returning structured metadata via the arXiv API.\n\nCloses #57\n\n## How\n- Matches arxiv.org/abs/{id} and arxiv.org/pdf/{id}\n- Fetches via arXiv Atom XML API, parsed with simple string extraction (no XML dependency)\n- Returns title, authors, abstract, categories, dates, DOI, links to PDF/HTML\n- Format: \"arxiv_paper\"\n\n## Risk\n- Low\n\n### Checklist\n- [x] Unit tests passed\n- [x] Clippy clean\n- [x] Formatting applied

Closes #57 — Adds a fetcher for arXiv paper URLs, returning structured
metadata via the arXiv API.

Matches arxiv.org/abs/{id} and arxiv.org/pdf/{id}. Returns title,
authors, abstract, categories, dates, DOI, and links to PDF/HTML
versions. Uses simple XML parsing to avoid new dependencies.
Format: "arxiv_paper".
@chaliy chaliy merged commit df9ccf9 into main Mar 26, 2026
10 checks passed
@chaliy chaliy deleted the fix/issue-57-arxiv-fetcher branch March 26, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant