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)
-   -   How to separate xvideos biggest csv database? (https://gfy.com/showthread.php?t=1243360)

vintageadult 02-01-2017 10:51 AM

How to separate xvideos biggest csv database?
 
Hi
Xvideos have biggest database of csv like 600 mb its hard to open and its not adjusted for separate categories. How do you cut it to specific categories?

NakedWomenTime 02-01-2017 12:07 PM

Maybe parse it into a MySQL database. You'll need to learn coding or hire a coder to do that.

wankawonk 02-01-2017 03:53 PM

cat xvideos.csv | grep -i CATEGORY

vintageadult 02-01-2017 08:07 PM

Quote:

Originally Posted by wankawonk (Post 21506851)
cat xvideos.csv | grep -i CATEGORY

With which software should I use to put that code?

sarettah 02-01-2017 09:44 PM

Quote:

Originally Posted by vintageadult (Post 21507643)
With which software should I use to put that code?

That is a command that is typed in the command line.

.

fiverose 02-01-2017 11:00 PM

Search the Keyword first and scrape the videos, Use the keyword as category.

I do like that

AdultVariety 02-04-2017 09:48 AM

You can use software like 010 Editor if you want to split it up manually.

Panty Snatcher 02-04-2017 11:39 AM

easy task , I already done it and have it in a db :)

HowlingWulf 02-04-2017 12:57 PM

I do wish they had a proper API for searching for specific content.

brandonstills 02-05-2017 04:18 PM

Neat. Didn't know they had that.

I'm just doing some brainstorming here, trying to figure out what the possibilities are and if people would be interested in partnering.

* I can build something to parse and continuously inject the RSS feeds to keep it up to date. It would then be stored in a database.

* From there could have features like by category and what not.

* I can build a turnkey site generator. You basically just edit a template. I host, you put whatever you want in the template for your own ads, links, etc.

Probably charge a flat monthly fee or partner with people and figure out how to split the revenue.

Any interest?

wankawonk 02-05-2017 06:24 PM

Quote:

Originally Posted by brandonstills (Post 21518971)
Neat. Didn't know they had that.

I'm just doing some brainstorming here, trying to figure out what the possibilities are and if people would be interested in partnering.

* I can build something to parse and continuously inject the RSS feeds to keep it up to date. It would then be stored in a database.

* From there could have features like by category and what not.

* I can build a turnkey site generator. You basically just edit a template. I host, you put whatever you want in the template for your own ads, links, etc.

Probably charge a flat monthly fee or partner with people and figure out how to split the revenue.

Any interest?

you're a programmer in the industry since 2007 and somehow it's news to you that tube sites offer database dumps...like have you ever googled a porn keyword?

Kafka 02-06-2017 03:22 AM

awk is your friend:

awk '/string/ { print }' yourfile -> print every line with "string"

example:
awk '/milf/ { print }' yourfile -> print every line with "milf"
awk '/milf/ { print }' yourfile > to_new_file

You can split a big file in pieces:
split -l 1000 yourfile newfiles (1000 lines )

These are all linux/osx commands. Some like awk are also available for Windows but i am not sure.
Learn awk and you can do almost anything with a file.

But the best is to import the data into a database, learn php/mysql.

brandonstills 02-07-2017 01:51 AM

Quote:

Originally Posted by wankawonk (Post 21519139)
you're a programmer in the industry since 2007 and somehow it's news to you that tube sites offer database dumps...like have you ever googled a porn keyword?

Started in adult in 2003. Went back to mainstream in 2010. Back to adult now. Never really looked into integrating with tube sites I guess. I concentrated more on building custom CMS solutions.


All times are GMT -7. The time now is 12:21 AM.

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