WTB - Database of pornstars in CSV

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JediJinx
    Registered User
    • Dec 2016
    • 62

    #1

    WTB - Database of pornstars in CSV

    Anybody out there selling pornstar database in CSV format? I'm using mechbunny tube script. let me know. thanks.




    Sales Thread of Mega Pornstar database https://gfy.com/sell-and-buy-forum/1...-download.html

    Sales Thread of Gay Pornstar database https://gfy.com/sell-and-buy-forum/1...-download.html
  • Barry-xlovecam
    It's 42
    • Jun 2010
    • 18083

    #2
    Yes

    Code:
    mysql> DESCRIBE xvideos;
    +------------+-----------+------+-----+---------+-------+
    | Field      | Type      | Null | Key | Default | Extra |
    +------------+-----------+------+-----+---------+-------+
    | url        | char(50)  | NO   |     | NULL    |       |
    | performer  | char(30)  | NO   |     | NULL    |       |
    | runtime    | char(12)  | YES  |     | NULL    |       |
    | thumb      | char(120) | YES  |     | NULL    |       |
    | iframeCode | char(200) | YES  |     | NULL    |       |
    | tags       | char(200) | YES  | MUL | NULL    |       |
    | category   | char(60)  | YES  | MUL | NULL    |       |
    +------------+-----------+------+-----+---------+-------+
    7 rows in set (0.00 sec)
    
    mysql> SELECT count(performer) FROM xvideos;
    +------------------+
    | count(performer) |
    +------------------+
    |          4543335 |
    +------------------+
    1 row in set (0.00 sec)
    1. Find the xvideos database in a search
    2. download the csv
    3. create a table for it
    4. export the data and then sort the data to a file of unique names.


    Or pay someone to do it for you.

    Comment

    • JediJinx
      Registered User
      • Dec 2016
      • 62

      #3
      Thanks

      Thanks for the tip! @Barry-xlovecam




      Sales Thread of Mega Pornstar database https://gfy.com/sell-and-buy-forum/1...-download.html

      Sales Thread of Gay Pornstar database https://gfy.com/sell-and-buy-forum/1...-download.html

      Comment

      Working...