Some parsers don't work

Post all bugs here
Post Reply
deeddy
Posts: 14
Joined: Tue Jan 07, 2020 4:00 am

Some parsers don't work

Post by deeddy »

Pornhub parser doesn't work at all. It runs but never imports anything.
xVideos parser imports empty title tags, so they are replaced with "admin added". Which generates alt/titles "admin added" and slug "admin-added-2441".
Can this be fixed? Also, is it possible to leave empty tags empty, without replacing them with this "admin added" text?
Thanks!
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Some parsers don't work

Post by admin »

Hi, let's do it step by step

"Pornhub parser doesn't work at all." what special parsers are you talking about?
There's only 1 gallery grabber
did you check logs?
Don't forget to run script update
deeddy
Posts: 14
Joined: Tue Jan 07, 2020 4:00 am

Re: Some parsers don't work

Post by deeddy »

There are files in /scj/includes/libs/tube_parsers/ so I though they are parsers for tubes. Please disregard that part if I was wrong.

Code: Select all

tps@localhost:~/web/xxxxxxxxxxxxxx.com/public_html/scj/includes/libs/tube_parsers$ ls -la
total 116
drwxr-xr-x 2 tps tps  4096 Feb  9 17:46 .
drwxr-xr-x 5 tps tps  4096 Feb  9 17:46 ..
-rw-r--r-- 1 tps tps 12480 Feb 12 22:06 keezmovies.com.php
-rw-r--r-- 1 tps tps 12577 Feb 10 00:04 pornhub.com.php
-rw-r--r-- 1 tps tps 12448 Feb 12 22:06 redtube.com.php
-rw-r--r-- 1 tps tps  2279 Feb 12 22:06 TCommonParser.php
-rw-r--r-- 1 tps tps 12257 Feb 12 22:06 tnaflix.com.php
-rw-r--r-- 1 tps tps 12529 Feb 12 22:06 tube8.com.php
-rw-r--r-- 1 tps tps 13611 Feb 12 22:06 xhamster.com.php
-rw-r--r-- 1 tps tps 12225 Feb 12 22:06 xvideos.com.php
What I was not able to figure out is the following:
I was referring to (auto) Tube Import for categories (/scj/admin/?operation=rotation&sub=rot_groups&).
I selected respective tube website for each category (xvideos or pornhub) by typing it in in this field:

Code: Select all

Tubes, comma separated
for example, tube1.com,tube2.com
leave empty if you need all
1. Pornhub - For some reason when I select pornhub.com in "Tube Import" of a category, to automatically import tube videos, it doesn't import any videos. Tried to play with the options, but the result was always the same - no videos imported.

2. xVideos - when I type in xvideos.com in "Tube Import" for any category, it produces results with wrong alt/titles. So, slugs become "admin-added-3423" and titles only "admin-added". So the parser doesn't import titles at all. I can only assume it imports empty titles (no titles), and have them replaced with this string "admin-added".

Please have a look at the 3 attached screenshots.
All the information is included there. Please let me know is there any other information I could provide regarding this issue.
Attachments
screenshot-2020.02.13-13_06_30.jpg
screenshot-2020.02.13-13_06_30.jpg (57.73 KiB) Viewed 5004 times
screenshot-2020.02.13-13_07_05.jpg
screenshot-2020.02.13-13_07_05.jpg (58.04 KiB) Viewed 5004 times
screenshot-2020.02.13-13_10_43.jpg
screenshot-2020.02.13-13_10_43.jpg (76.21 KiB) Viewed 5004 times
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: Some parsers don't work

Post by admin »

I see, as most tube sites have their own export option we don't update those parsers too often )
I'll update those for you, give me a couple of days
Don't forget to run script update
Post Reply