New Adult Movie Scraper - AEBN

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
NotShorty Offline
Fan
Posts: 348
Joined: Feb 2007
Reputation: 0
Post: #11
Thumbs up! Looking to get some official adult scrapers to work with the add-on system. I miss the Excalibur scraper...

NS
find quote
seven20p Offline
Junior Member
Posts: 4
Joined: Jul 2010
Reputation: 0
Post: #12
the link above works fine. I dropped it in the addons directory.

Excalibur definately works. Adult empire works but fonts are screwed up a little in the plot decriptions.

http://forum.xbmc.org/showpost.php?p=569784&postcount=6
find quote
slux Offline
Junior Member
Posts: 33
Joined: Jun 2009
Reputation: 0
Post: #13
Quote:Excalibur definately works. Adult empire works but fonts are screwed up a little in the plot decriptions.

How you did it?I'm on Dharma branch
find quote
NotShorty Offline
Fan
Posts: 348
Joined: Feb 2007
Reputation: 0
Post: #14
slux Wrote:How you did it?I'm on Dharma branch

I think he's referring to the method I used in the thread he linked to. Got me excited for a second because I thought he meant he used excalibur in dharma too Sad

NS
find quote
IndustrialPope Offline
Junior Member
Posts: 7
Joined: Jan 2010
Reputation: 0
Post: #15
NotShorty Wrote:I think he's referring to the method I used in the thread he linked to. Got me excited for a second because I thought he meant he used excalibur in dharma too Sad

NS

i use these scrapers: http://forum.xbmc.org/showpost.php?p=568329&postcount=3
With the new version of EMM (it supports xml scraping these days). the Excalibur scraper didn't work at first, but is now working fine.
(This post was last modified: 2010-08-31 08:18 by IndustrialPope.)
find quote
NotShorty Offline
Fan
Posts: 348
Joined: Feb 2007
Reputation: 0
Post: #16
sweet, thx!!
find quote
loverboy Offline
Junior Member
Posts: 22
Joined: Sep 2010
Reputation: 0
Post: #17
Nice scrapers addons
There is some scraper for European movies like
http://www.egafd.com?

There may be an option : IMDB
But whene I use this scraper for adult movie I get only

-Title of the movie
-Director
-Year
-Genre
and NO actor (zero actors in database after downloading movie information)
for example this movie
http://www.imdb.com/title/tt0481998/
I have an IMDB account, and I'm loged in when I do the scrap.

When i scrap IMDB for non adult movies, I get everything, including actors.
Here is an example
http://www.imdb.com/title/tt0083944/

Is this a bug?

So.. there is an european adult movie scraper?
Why IMDB scraper doesn't work for adult content?

Cheers
find quote
xbmcfanuser Offline
Junior Member
Posts: 2
Joined: Oct 2010
Reputation: 0
Post: #18
here is an adult repository

http://code.google.com/p/xbmcadult/

though at the moment it has no scrapers
find quote
Stranger Offline
Fan
Posts: 318
Joined: Oct 2009
Reputation: 0
Location: London, UK
Post: #19
xbmcfanuser Wrote:here is an adult repository

http://code.google.com/p/xbmcadult/

though at the moment it has no scrapers
.
(This post was last modified: 2011-06-11 16:36 by Stranger.)
find quote
slamzeedoor Offline
Junior Member
Posts: 9
Joined: Mar 2008
Reputation: 0
Post: #20
I am trying to "dharma-tize" this, but I am missing something. I think something is wrong with the addon.xml -

<?xml version="1.0" encoding="UTF-8"?>
<addon
id="scraper.aebn"
version="1.0.0"
name="AEBN Scraper"
provider-name="Nicezia">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
</requires>
<extension
point="xbmc.metadata.scraper"/>
<extension point="xbmc.metadata.scraper.movies"
library="aebn.xml"/>
<summary>AEBN Scraper by Nicezia.</summary>
<description>AEBN Scraper is a adult movie scraper for XBMC 9.11 and above.</description>
<disclaimer>AEBN Scraper is not afflicated with or endorsed by the AEBN website or its affiliates</disclaimer>
<platform>all</platform>
</extension>
</addon>
find quote