Expand description
Pagination detection for halldyll-parser
This module handles:
- rel=“next”/rel=“prev” link detection
- Pagination URL patterns
- Page number extraction
- Infinite scroll detection
- Load more button detection
Structs§
- PageUrl
- A page URL with its page number
- Pagination
- Pagination information for a page
Enums§
- Pagination
Type - Type of pagination detected
Functions§
- extract_
page_ number_ from_ url - Extract page number from URL
- extract_
pagination - Extract pagination information from HTML document
- generate_
page_ url - Generate pagination URL for a specific page number
- get_
next_ page - Get next page URL if exists
- get_
prev_ page - Get previous page URL if exists
- has_
pagination - Check if document has pagination