TeamHG-Memex / autopager

Detect and classify pagination links
99 stars 25 forks source link

group pagination links in "paginators" #1

Open kmike opened 8 years ago

kmike commented 8 years ago

Currently autopager classifies each <a> element as a part of paginator or not. Because there can be several paginators on a web page it'd be nice to group <a> links in "paginators".

This feature is nice to have if we want to detect the same paginator across different web pages, e.g. by checking for common URLs.