ticky / wayback-classic

🕸 A frontend for the Wayback Machine which works on old browsers
http://wayback-classic.net
GNU Affero General Public License v3.0
82 stars 6 forks source link

Add wildcard support #5

Closed ticky closed 3 years ago

ticky commented 3 years ago

This adds a new endpoint and page type for handling wildcard queries. Instead of directing to the calendar, and therefore ending up with duplicate months, this instead creates a list of all the URLs under the site, which is significantly more efficient (and useful).

Modelled after the Wayback Machine's own URL list page.

fixes #3