Excalibur Scraper - Near to be the best (after little help) for +18 Adult Movies
#31
i noticed a few issues when feeding some movies in this scraper. check with "Momma Knows Best". for some reason it does not pull the actors from this title. i have not tried with others but check it out.

a request. trying to figure out how xml works and was wondering if someone could paste the code to extract the full date of release instead of just the year? makes sorting easier. thanks
Reply
#32
replace the regexp for actors with this and give it a try i cant give it a try since my ip is banned since i did a scan of 9600 movies
Code:
<RegExp input="$$1" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;thumb&gt;http://Images.ExcaliburFilms.com/pornlist/starpicsAA020309/\1.jpg&lt;/thumb&gt;&lt;/actor&gt;" dest="5+">
<expression repeat="yes">&lt;a href=&quot;http://www.excaliburfilms.com/pornlist/starpgs/pornlist/starpgs/([^\.]*)[^&gt;]*&gt;([^&lt;]*)</expression>
</RegExp>
Reply
#33
impressive collection mate.

my respects Wink
Reply
#34
Code:
<RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
<expression>/excal/release[^&gt;]*&gt;([0-9]*/[0-9]*/[^&lt;]*)</expression>
</RegExp>
and for the date like 10/3/2007 its this one
lol spliff its not the movies in own its only a prog i did on my own which convert ed2k movies into fake .avi and i started to scrape the folder with thoes fake .avi and here i a am banned lol
Reply
#35
test both of your codes for actors and year. actors no long display and year only shows the month...is there a format that xmbc is expecting for "year"? or can it be any type of string?
Reply
#36
year is just that - year. only year.
Reply
#37
ah thanks...wish i could sort by yyyy/mm/dd. easier to find most/least recent videos.
Reply
#38
tiben20 Wrote:replace the regexp for actors with this and give it a try i cant give it a try since my ip is banned since i did a scan of 9600 movies
Code:
<RegExp input="$$1" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;thumb&gt;http://Images.ExcaliburFilms.com/pornlist/starpicsAA020309/\1.jpg&lt;/thumb&gt;&lt;/actor&gt;" dest="5+">
<expression repeat="yes">&lt;a href=&quot;http://www.excaliburfilms.com/pornlist/starpgs/pornlist/starpgs/([^\.]*)[^&gt;]*&gt;([^&lt;]*)</expression>
</RegExp>

Tiben, no actors are grabbed with this code :S
Reply
#39
oops i just pasted the code with an error.
http://www.excaliburfilms.com/pornlist/s...t/starpgs/
instead of
http://www.excaliburfilms.com/pornlist/starpgs/
Code:
<RegExp input="$$1" output="&lt;actor&gt;&lt;name&gt;\2&lt;/name&gt;&lt;thumb&gt;http://Images.ExcaliburFilms.com/pornlist/starpicsAA020309/\1.jpg&lt;/thumb&gt;&lt;/actor&gt;" dest="5+">
<expression repeat="yes">&lt;a href=&quot;http://www.excaliburfilms.com/pornlist/starpgs/([^\.]*)[^&gt;]*&gt;([^&lt;]*)</expression>
</RegExp>
Reply
#40
tiben20 Wrote:oops i just pasted the code with an error.
http://www.excaliburfilms.com/pornlist/s...t/starpgs/
instead of
http://www.excaliburfilms.com/pornlist/starpgs/

Ok Tiben, but there is a bigger issue : Like said htpcrazy, if you try a movie like "momma knows best" the actors are not grabbed at all.
Reply
#41
found some issues here. i did a search for Naked Housewives . if you go through the browser the correct movie can be found as a first result. but through the scraper, it is not there. i'm guessing there is a bug to do with exact matches.
Reply
#42
htpcrazy Wrote:found some issues here. i did a search for Naked Housewives . if you go through the browser the correct movie can be found as a first result. but through the scraper, it is not there. i'm guessing there is a bug to do with exact matches.

Exactly, search engine has also a bug. For example, to find "I love Tory", i have to type : "i love t"

The scraper don't get results with "i love tory"
Reply
#43
I would like to thanks vdrfan for his amazing work. EVERYTHING is corrected, and work !

- Titles are correctly grabbed (without "rent this dvd")
- Search works now like a charm ! for example : "I love Tory" or "Naked Housewives" finally get a result, and the good one ! Big Grin
- Actors / actress are now fully grabbed (Ouch ! all your collection need to be reactualised, most of actors / actress weren't grabbed befor ....)

Many thx again vdrfan, really ! Here is the final code, pasted from the Excalibur.xml, in the svn build r18898
Reply
#44
please refrain from filling up our forum db with those pastes. thx
Reply
#45
spiff Wrote:please refrain from filling up our forum db with those pastes. thx

Sorry, never seen that in the rules or somewhere, I never supposed that disturbed you.
Next time, I'll attach a file.
Reply

Logout Mark Read Team Forum Stats Members Help
Excalibur Scraper - Near to be the best (after little help) for +18 Adult Movies3