Page 1 of 1

Help with a Girlswithmuscle.com template that I've made.

Posted: 11 Sep 2021, 09:57
by MisterBlondeBR
After a LOT of trial and error, I managed to get a functional template for a specific page like https://www.girlswithmuscle.com/images/ ... Guznenkova on the site.

What I can't figure out yet is:

1 - How to download multiple pages of the same model without having to enter every single URL manually. There is some girls with more then 10, 15, 20 pages... The goal would be insert the main URL and let the template do the rest. (girlswithmuscle.com/images/1/, /2/, /3/ and so on...)
Like the Flickr template works with an album with multiple pages.

2 - Make the software "auto detect" that it has a Template for that URL/Project. I have to manually select my template on the list before I move on with the download processes...

If anyone can help. I appreciate it.

Re: Help with a Girlswithmuscle.com template that I've made.

Posted: 12 Sep 2021, 22:50
by MisterBlondeBR
Maxim, I don't know if I'm on the right path...
I'm looking at this part of the page's code:

<div class="paginator">
<a class="paginator-prev"

>&laquo; first</a>
<a class="paginator-prev"

>&lt; prev</a>
Page 1 of 6
<a class="paginator-next"

href="/images/2/?name=Valeria%20Guznenkova"

style="visibility: visible"

>next &gt;</a>
<a class="paginator-next"

href="/images/6/?name=Valeria%20Guznenkova"
style="visibility: visible"

>last &raquo;</a>
</div>


Trying to transfer this information to this logic (But without success):

Regular Expression: <link\s+rel="canonical"\s+href="([^">]+)"
Result: [#1]


Something like:
<div\s+class="paginator"\s+href="([^">]+)"
[#1]

or
<div\s+a class="paginator-next"\s+href="([^">]+)"
[#1]


What do you think?

Re: Help with a Girlswithmuscle.com template that I've made.

Posted: 13 Sep 2021, 14:21
by Maksym
Here is a template for this website:

girlswithmuscle.com - model template

Works with model URLs like this:

https://www.girlswithmuscle.com/images/?name=Model-Name

Take a look at the project settings inside the template. You will see that you do not need any complex Regular Expressions and no Custom Parsers at all.

Re: Help with a Girlswithmuscle.com template that I've made.

Posted: 17 Sep 2021, 08:30
by MisterBlondeBR
Works perfectly! Thanks ;)