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

Post Reply
MisterBlondeBR
Posts: 5
Joined: 24 Jul 2021, 09:48

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

Post by MisterBlondeBR » 11 Sep 2021, 09:57

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.

MisterBlondeBR
Posts: 5
Joined: 24 Jul 2021, 09:48

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

Post by MisterBlondeBR » 12 Sep 2021, 22:50

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?

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

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

Post by Maksym » 13 Sep 2021, 14:21

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.

MisterBlondeBR
Posts: 5
Joined: 24 Jul 2021, 09:48

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

Post by MisterBlondeBR » 17 Sep 2021, 08:30

Works perfectly! Thanks ;)

Post Reply