Thread: [Solved] teenfilipina.com
View Single Post
  #4  
Old 07.09.2022, 17:17
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,920
Default

General information: We're not adding crawlers that auto perform "site rips".
Also:
I'm not planning to add a plugin for this website but I can give you some hints.

Image galleries.
Example:
Code:
teenfilipina.com/members/index.php?n=869&page=1
Afaik it is possible to change their thumbnail URLs to fullsize URLs.
This is usually the fastest way to crawl galleries and it is possible in this case.
Example:
Thumbnail:
Code:
teenfilipina.com/members/content/pictures/tf705/tn_DSC_0002.jpg
Real URL:
Code:
teenfilipina.com/members/content/pictures/tf705/DSC_0002.jpg
I guess you know what I mean.
Then those galleries also got pagination/multiple pages.

I'm not 100% sure but at least poarts of this should be possible using 1-2 LinkCrawler Rules depending on what you want and what is actually possible:
- one rule that crawls all thumbnails and maybe is also able to find/walk through all pages
- one REWRITE rule that changes those thumbnail URLs to fullsize URLs
Example 2nd page:
Code:
teenfilipina.com/members/index.php?page=2&view=20&start=20&n=869
Alternatively you could of course also prepare a text document that contains all links to all pages.
That is of course only possible if you know the max number of pages per gallery before.

Videos:
Looks like those are behind the same type of URLs like image galleries e.g.:
teenfilipina.com/members/index.php?page=1&n=1427
Looks like the website is simple and the direct-URL to those streams is contained in the html code e.g.:
Code:
teenfilipina.com/members/content/movies/tfm262/tfamatuer.mp4
This means that one DEEPDECRYPT LinkCrawler Rule would be enough to find single videos.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote