Hi Laxaeman,
  I've used your tool with great success. I have a problem with hoster imx.to : it seems that it is not able to redirect to the proper picture URL. Traces show:
	
	 .Ripper::processXml using ImxToHelper
ImxToHelper::process - https://imx.to/img-56d8cda2cfd9e.html
ImxToHelper::process we can derive the URI of the image from the thumbnail URI
RipperVipergirlsXml::getPage - looking for: 
using user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A
failed:
 It seems that redirection resolves to nothing...
php check reports:
	
	php check.php 
cURL is available on your computer!
You have at least PHP version 7.0.0, installed version: 7.3.19-1~deb10u1
pdo_sqlite is available on your computer!
sqlite is loaded
FYI the php.ini file used by the version of php you are using is located: /etc/php/7.3/cli/php.ini
 And my configuration file is:
	
	$conf = [
    'verbose' => true,
    'image_folder' => 'images/',
    'display_progress' => true,
    'display_progress_interval' => 1,
    'display_progress_character' => '.',
    'image_set_threshold' => 1,
    'prepend_increment' => false,
    'append_increment' => false,
    'log_downloads' => true,
    'username' => 'zorro',
    'password' => 'bernardo',
    'auto_like' => true,
    'clean_title' => true,
];
 Example of a post that does not get ripped: 
https://vipergirls.to/threads/1553615-NuDolls-com-Collection?p=13790959&viewfull=1#post13790959
Other hosts that I tried, like imgbox for example, are working great,
Is there anything to do to have it working ?
Thank !!
Rx