GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need a list of porn star names (https://gfy.com/showthread.php?t=413037)

nick3131 01-06-2005 12:18 PM

I need a list of porn star names
 
Anyone know a good site for that. I can parse out the <a href's if I have to. So basically I just need a site with a bunch of porn stars listed on it.

LiveDose 01-06-2005 12:19 PM

http://www.adultcddvdvideo.com/Pornstar/pornstar.htm


from google. :2 cents:

nick3131 01-06-2005 12:21 PM

Quote:

Originally Posted by LiveDose

Thats pretty good thanks.

abstractAFFect 01-06-2005 01:33 PM

Yah that's the best.

freecartoonporn 06-13-2013 10:19 PM

from xvideos pornstar list scraper

PHP Code:

<?php
ini_set
("memory_limit","-1");
ini_set('max_execution_time''-1'); 
include_once 
'simple_html_dom.php';

foreach (
range('a''z') as $char) {
    for(
$n=0;$n<=20;$n++){
        
$url "http://www.xvideos.com/pornstars/".$char."/".$n;
        
$response_code=(get_headers($url)[0]);
            if ((
stripos($response_code"200") !== false)) {
            
//echo $url."<br>";
            
$urlarr[]=$url;
            }
    }
}

//print_r($urlarr);


foreach ($urlarr as $url1) {

$html file_get_html($url1);
    foreach(
$html->find('p[class=profileName]') as $heading) { //for each heading
            //find all spans with a inside then echo the found text out
            
echo $heading->find('a'0)->plaintext "<br>"
    }
}



All times are GMT -7. The time now is 09:09 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc