• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 9
[RELEASE] Data18.com Web Content Scraper - Adult Movie Web Downloads
#76
Hey thanks for the reply man. I did download your standalone but hadn't have time to try it out. but if it works anything like the content scraper, I'm sure thats all I need. Thanks once again.
Reply
#77
Hello, I'm using Kodi on an Amazon Fire TV, I just installed XBMC Adult repository, latest version. I'm trying to get movie metadata for all videos in a folder, setting the content to "Movie" and activating Data 18 scraper. I see some progress, and afterwards the files shows "Movie Information" in the context menu, but on click, the dialog for movie name input appears and it is not working. I tried the same name on the data18 website and I get the correct result. An example: I got a mkv called "Yeah baby yeah.mkv", it resides in a folder called "Yeah baby yeah". I open the context menu on this folder, click on "set content", choose "movie" and "data 18", check the option that the file resides in a folder with movie name.

Am I miss something? How can I get the addon to work?

Cheers, Michael
Reply
#78
DocSnyderTexas,

Make sure you're using "Data 18 Content", not "Data 18". Does it still not work using Data 18 content?

On a side note, when I search using that name on Data 18, I don't get any results. What is the URL of the page on data18 you are trying to scrape?
Reply
#79
DoctorD,

when I installed the latest XBMC adult repository, I got two scraper, "data 18" and "data 18 web", I tried both but without success. The name I mentioned ("Yeah baby yeah") was just a fake, I don't want to post any real movie names here Wink I tried with an existing name, and on the website it works. I just go to "http://www.data18.com/" and use the search textbox above. In Kodi, I set the content to "Movie/Data18", a short search process happens and afterwards, in context menu I see movie information. When I click on that, the search window occures where I have to put in the name (with the real name already is in the textbox), but after starting, the search window occures again and again. I can only close it when I delete the whole search text box (btw, a cancel or exit button would be nice to cancel the dialog)

Today evening I will try to check whats the name of the scraper I use, I don't now exactly whether the name is "data 18" or "data 18 content".

EDIT: I just checked: I use "Data 18", not the web content scraper. I think "Data 18" is not using any search engine like google, but directly uses the search request on data18.com. So, I wonder why I don't get any result

MORE EDIT: I just used Wireshark to watch for the HTTP response messages that data18.com returns after the request was sent from kodi. It seems perfect, the HTML code contains the search result. I don't know why this is not shown in Kodi itself.


cheers, Michael
Reply
#80
Haha, I got it!!

I just checked the regex for scraping the movie name and the URL, there is a slash after the movie ID that causes the problem:

<a href="(http://www.data18.com/[^/]*/\d+/)"><img src=[^ ]* class=[^ ]* title="([^"]*)"

you have to change it to:

<a href="(http://www.data18.com/[^/]*/\d+)"><img src=[^ ]* class=[^ ]* title="([^"]*)"

then it works!

As I can't currently change the file on my amazon fire TV, it would be nice when you create an update of the scraper. Thank you!
BTW, is there a possibility to get an artwork, at least a poster, for a movie? The getDetails seems to have an error as well, because I don't get an enlarged cover
Reply
#81
For the cover, add this to GetDetails:

<RegExp input="$$1" output="&lt;thumb spoof=&quot;http://www.data18.com&quot; aspect=&quot;poster&quot;&gt;\1/1/\2&lt;/thumb&gt;" dest="5+">
<expression noclean="1,2">&lt;img src="([^"]*)/1/([^"]*)"</expression>
</RegExp>
Reply
#82
Hi Guys,

I joined Kodi a few days ago and almost all of adult content wont work for me. Firstly I notice a wealth of adult movies on genesis when searching but 95% of it doesn't work (I know genesis isn't where to go looking tho) then I have download loads of adult addons and virtually all of them are blank with no links or movies in them at all. The Yids stuff has some links in it but again virtually all of it doesn't work apart from some Japanese vod I found lol. Of most interest is the Erotik (xxx) addon being completely blank for me despite it being full of stuff for my friend. I have tried this check for update, force refresh, delete and reinstalling it, making sure I have latest metalkettle (which I think is the host of the addon) but still nothing in the addon at all. Other non adult addons seem to work fine.

Is there somekind of adult content blocker I need to turn of perhaps? and also could a web safe system that my internet has be interfering and filtering some of this stuff out? Sadly one of those things are turned on for my internet and cannot be turned of.

btw this is my first post so if I should be posting this elsewhere please let me know.

Thanks
Reply
#83
(2015-05-31, 14:33)Caesar1882 Wrote: Hi Guys,

I joined Kodi a few days ago and almost all of adult content wont work for me. Firstly I notice a wealth of adult movies on genesis when searching but 95% of it doesn't work (I know genesis isn't where to go looking tho) then I have download loads of adult addons and virtually all of them are blank with no links or movies in them at all. The Yids stuff has some links in it but again virtually all of it doesn't work apart from some Japanese vod I found lol. Of most interest is the Erotik (xxx) addon being completely blank for me despite it being full of stuff for my friend. I have tried this check for update, force refresh, delete and reinstalling it, making sure I have latest metalkettle (which I think is the host of the addon) but still nothing in the addon at all. Other non adult addons seem to work fine.

Is there somekind of adult content blocker I need to turn of perhaps? and also could a web safe system that my internet has be interfering and filtering some of this stuff out? Sadly one of those things are turned on for my internet and cannot be turned of.

btw this is my first post so if I should be posting this elsewhere please let me know.

Thanks

Does anyone have any thoughts on this ?
Reply
#84
Caesar1882,

I think you posted your question in the wrong thread. This thread is dealing with an addon that downloads information about files you already have. It doesn't download or stream any files. Try posting on a different thread dealing with the addon you are having trouble with.
Reply
#85
(2015-06-03, 20:10)Caesar1882 Wrote:
(2015-05-31, 14:33)Caesar1882 Wrote: Hi Guys,

I joined Kodi a few days ago and almost all of adult content wont work for me. Firstly I notice a wealth of adult movies on genesis when searching but 95% of it doesn't work (I know genesis isn't where to go looking tho) then I have download loads of adult addons and virtually all of them are blank with no links or movies in them at all. The Yids stuff has some links in it but again virtually all of it doesn't work apart from some Japanese vod I found lol. Of most interest is the Erotik (xxx) addon being completely blank for me despite it being full of stuff for my friend. I have tried this check for update, force refresh, delete and reinstalling it, making sure I have latest metalkettle (which I think is the host of the addon) but still nothing in the addon at all. Other non adult addons seem to work fine.

Is there somekind of adult content blocker I need to turn of perhaps? and also could a web safe system that my internet has be interfering and filtering some of this stuff out? Sadly one of those things are turned on for my internet and cannot be turned of.

btw this is my first post so if I should be posting this elsewhere please let me know.

Thanks

Does anyone have any thoughts on this ?
Try this
http://forum.kodi.tv/showthread.php?tid=188733
Reply
#86
thanks both Smile
Reply
#87
hi doc

I've been using using JAVMovieScraper and I wonder if it's possible to scrap "gravure movies" or if some one know about a scraper for that job (?)
Thanks on advance
Reply
#88
Hey Eddy_ac,

This thread is sort of the wrong one for this request, but I guess I may as well answer this question here anyways. If you can find the title on DMM.co.jp, you may able to use JAVMovieScraper to scrape the file. If it isn't found on that site, what site has data that the scraper can scrape from?
Reply
#89
thanks for the reply, I been searching and the only sites I found are these:

http://www.crazyidol.net/store/index.php?language=en (cover,edition details)
http://www.asia-idol.com/ (covers, fanarts,trailer (Preview Video Clip), no descriptions)
http://www.arzon.jp (cover,description,edition details, etc. but everything on japanese)
http://www.javdatabase.com (only adult movies)


I dont know if its possible to scrap with this site's. I been doing nfo files with notepad++ Rofl
Reply
#90
(2015-04-23, 15:12)DocSnyderTexas Wrote: Haha, I got it!!

I just checked the regex for scraping the movie name and the URL, there is a slash after the movie ID that causes the problem:

&lt;a href="(http://www.data18.com/[^/]*/\d+/)"&gt;&lt;img src=[^ ]* class=[^ ]* title="([^"]*)"

you have to change it to:

&lt;a href="(http://www.data18.com/[^/]*/\d+)"&gt;&lt;img src=[^ ]* class=[^ ]* title="([^"]*)"

then it works!

As I can't currently change the file on my amazon fire TV, it would be nice when you create an update of the scraper. Thank you!
BTW, is there a possibility to get an artwork, at least a poster, for a movie? The getDetails seems to have an error as well, because I don't get an enlarged cover

I did try to edit this to the data18.com scraper, it doesn't work for me.
The data18.com scraper hasn't been working for at least a year.
In my opinion not working scrapers after 1 year should be deleted, the maintance of the scraper data18.com is just below level.
Two years ago data18.com was by far the best adult scraper, perhaps the website change a bit, but I haven't seen a solution since then.
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 9

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Data18.com Web Content Scraper - Adult Movie Web Downloads2