Open Demyrian opened 1 year ago
I merged all three sites into WowNetwork (https://github.com/PAhelper/PhoenixAdult.bundle/pull/1738) and almost everything works. Some scenes cause an IndexError: list index out of range error.
Here's the log for a scene that works
Here's the log for a scene that doesn't work
I think the error lies in the fact that different scenes have different img xpath structure. Here's for the one that works
<img class="lazy loaded" src="https://www.wowgirlsblog.com/wp-content/uploads/2013/09/6595_My_Toy_Boy.jpg" data-src="https://www.wowgirlsblog.com/wp-content/uploads/2013/09/6595_My_Toy_Boy.jpg" alt="My Toy Boy" data-was-processed="true" title="" style="" width="640" height="360">
And here's the one that doesn't work
<img data-src="https://www.wowgirlsblog.com/wp-content/uploads/2014/12/10852_This_Is_My_Only_Hobby.jpg" alt="This Is My Only Hobby!" class="loaded" src="https://www.wowgirlsblog.com/wp-content/uploads/2014/12/10852_This_Is_My_Only_Hobby.jpg" data-was-processed="true" title="" style="" width="300" height="168.75">
I think since it's looking for .//img/@src
(https://github.com/PAhelper/PhoenixAdult.bundle/pull/1738/files#diff-2927d0a8ca25939606b65ffd1e2ae2034d3e0c5e14dd719ac1f4a8edfa5050afL18), it can't find it in the second one.
This is sort of a continuation from https://github.com/PAhelper/PhoenixAdult.bundle/issues/1729. It would be great if the two Wow Network sites that are available, 18OnlyGirls and WowGirls could be combined in addition to adding WowPorn. All three sites appear to have very similar source code. Searching all three sites would greatly help finding scenes as they get changed around over the years. In addition, the following could be added as sitename aliases as some older scenes use them instead of the three above.
AllFineGirls ex: https://www.18onlygirlsblog.com/a-super-duper-girl-2/
SuperSkinnyGirls ex: https://www.18onlygirlsblog.com/let-me-taste-it/
YoungLegalPorn ex: https://www.18onlygirlsblog.com/frail-beauty-2/
From my very limited search, it appears that every old site has moved to https://18onlygirls.com so at the very least they could be added there.
Breakdown of request: