In this PR, I restructure backend for pagination-oriented to fit more with the frontend design, so each request is source/<page> instead of source/<n_images> like before.
I also:
Filter out pdf files
Add more page search for wiki
Replace _ with for titles of images crawled from wiki
In this PR, I restructure backend for pagination-oriented to fit more with the frontend design, so each request is
source/<page>
instead ofsource/<n_images>
like before.I also:
_
with