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
Excalibur Scraper - Near to be the best (after little help) for +18 Adult Movies
htpcrazy
Junior Member Posts: 4 Joined: Mar 2009 Reputation: 0 |
2009-03-05 06:12
Post: #31
|
| find quote |
tiben20
Team-XBMC Developer Joined: Jun 2008 Reputation: 16 |
2009-03-05 17:19
Post: #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="<actor><name>\2</name><thumb>http://Images.ExcaliburFilms.com/pornlist/starpicsAA020309/\1.jpg</thumb></actor>" dest="5+"> |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-03-05 17:27
Post: #33
impressive collection mate.
my respects
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
tiben20
Team-XBMC Developer Joined: Jun 2008 Reputation: 16 |
2009-03-05 17:34
Post: #34
Code: <RegExp input="$$1" output="<year>\1</year>" dest="5+">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 |
| find quote |
htpcrazy
Junior Member Posts: 4 Joined: Mar 2009 Reputation: 0 |
2009-03-05 18:19
Post: #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?
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-03-05 18:38
Post: #36
year is just that - year. only year.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
htpcrazy
Junior Member Posts: 4 Joined: Mar 2009 Reputation: 0 |
2009-03-05 18:50
Post: #37
ah thanks...wish i could sort by yyyy/mm/dd. easier to find most/least recent videos.
|
| find quote |
artik
Member Posts: 94 Joined: Jun 2005 Reputation: 0 |
2009-03-05 19:44
Post: #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 Tiben, no actors are grabbed with this code
|
| find quote |
tiben20
Team-XBMC Developer Joined: Jun 2008 Reputation: 16 |
2009-03-06 05:02
Post: #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="<actor><name>\2</name><thumb>http://Images.ExcaliburFilms.com/pornlist/starpicsAA020309/\1.jpg</thumb></actor>" dest="5+"> |
| find quote |
artik
Member Posts: 94 Joined: Jun 2005 Reputation: 0 |
2009-03-06 12:57
Post: #40
tiben20 Wrote:oops i just pasted the code with an error. 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. |
| find quote |

Search
Help