I tested the new template and noticed that it only downloads the first page
an example
old link
https://celebforum.to/threads/anne-wuensche.496/page=2
or
https://celebforum.to/threads/anne-wuensche.496/page-2
new link
https://celebforum.to/threads/anne-wuensche.496/?page=2
as you can see, there is now always a question mark in front of the page
problem with celebforum.to Version 16 template
-
- Posts: 1
- Joined: 23 Jan 2025, 04:15
Re: problem with celebforum.to Version 16 template
replace this in the [IncludedURLs] section:
URL000=/threads/[^/]+/page-\d+([^#]+)?$
with this:
URL000=/threads/[^/]+/\?page=\d+([^#]+)?$
after that it should work
URL000=/threads/[^/]+/page-\d+([^#]+)?$
with this:
URL000=/threads/[^/]+/\?page=\d+([^#]+)?$
after that it should work
Last edited by lerizzle on 23 Jan 2025, 04:41, edited 1 time in total.
-
- Site Admin
- Posts: 2304
- Joined: 02 Mar 2009, 17:02
Re: problem with celebforum.to Version 16 template
I updated the template. Re-download it and create new projects with it:
celebforum.to downloader
Or use the above advice with your existing projects.
celebforum.to downloader
Or use the above advice with your existing projects.
-
- Posts: 77
- Joined: 22 Mar 2023, 00:53
Re: problem with celebforum.to Version 16 template
Thank you Maksym