{"id":15062939,"url":"https://github.com/jimporter/elfeed-paginate","last_synced_at":"2026-01-02T12:51:50.881Z","repository":{"id":241427005,"uuid":"806793671","full_name":"jimporter/elfeed-paginate","owner":"jimporter","description":"Retrieve multiple pages of your feeds using Elfeed","archived":false,"fork":false,"pushed_at":"2025-03-05T03:38:46.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T04:26:47.551Z","etag":null,"topics":["atom","elfeed","emacs","rss"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimporter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-27T23:17:19.000Z","updated_at":"2025-01-24T15:21:33.000Z","dependencies_parsed_at":"2024-09-29T08:20:32.440Z","dependency_job_id":"23f675fa-48c9-4135-90a9-cd2ec0532245","html_url":"https://github.com/jimporter/elfeed-paginate","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"79cbc4f31fab6503ffcf067e7a5a5e3c25fa4ba2"},"previous_names":["jimporter/elfeed-paginate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimporter%2Felfeed-paginate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimporter%2Felfeed-paginate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimporter%2Felfeed-paginate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimporter%2Felfeed-paginate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimporter","download_url":"https://codeload.github.com/jimporter/elfeed-paginate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754093,"owners_count":20342542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","elfeed","emacs","rss"],"created_at":"2024-09-24T23:48:55.646Z","updated_at":"2026-01-02T12:51:50.855Z","avatar_url":"https://github.com/jimporter.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elfeed-paginate\n\n**elfeed-paginate** adds the ability to retrieve multiple pages of results for a\nweb feed. Currently, it supports pagination using [RFC 5005][rfc-5005] links and\nfor WordPress feeds.\n\n## Configuration\n\nTo enable pagination for feeds, simply call `elfeed-paginate`. If you use\n`use-package`, you can configure it like so:\n\n```elisp\n(use-package elfeed-paginate\n  :after (elfeed)\n  :config (elfeed-paginate))\n```\n\nYou can customize the number of pages to retrieve for feeds by setting\n`elfeed-paginate-max-pages` (the default is 5).\n\n### Supporting more feeds\n\nTo add support for a new style of pagination, add a new function to\n`elfeed-paginate-next-page-url-hook`. This function should take the URL that was\njust fetched, its XML, and the Elfeed feed object. Elfeed will use the first\nnon-nil result from this hook. If that result is a symbol, this means that there\nis no next page.\n\n## Backfilling\n\nFor existing feeds, you can backfill several pages of results using\n`elfeed-paginate-backfill`. By default, this will fetch at most\n`elfeed-paginate-max-pages`; with a prefix argument, fetch at most that many\npages instead.\n\n## License\n\nThis code is licensed under the terms of the GNU General Public License, version\n3 or later.\n\n[rfc-5005]: https://datatracker.ietf.org/doc/html/rfc5005\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimporter%2Felfeed-paginate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimporter%2Felfeed-paginate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimporter%2Felfeed-paginate/lists"}