2012-05-29, 09:11
Hi ronie, need a scrapper to scrap the local data on my harddrive based on movie title and original titles. can you pls help me in this regard.
Below is the scrapper i've implemented for connecting to the website and do the scraping part... but the below one also dint work either... pls help me in taking this forward....
<?xml version="1.0" encoding="utf-8"?><scraper framework="1.1" date="2012-05-29" name="Dummy" content="generic" thumb="imdb.gif" language="en">
<NfoUrl dest="3">
<RegExp input="$$5" output="<details>\1</details>" dest="3">
<expression noclean="1" />
</RegExp>
</NfoUrl>
<CreateSearchUrl dest="3">
<RegExp input="$$1" output="<url>http://---some url---./Data=\1</url>" dest="3">
<expression noclean="1">Chapter - *.*</expression>
</RegExp>
</CreateSearchUrl>
<GetSearchResults dest="3">
<RegExp input="$$5" output="<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results>\1</results>" dest="8">
<RegExp input="$$1" output="<entity><title>\1</title><url>http://---some url---./Data=\1</url></entity>" dest="3">
<expression repeat="yes"><a href="?C=N;O=D">Chapter - *.*</a></expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetSearchResults>
<GetDetails dest="3">
<RegExp input="$$8" output="<details>\1</details>" dest="3">
<RegExp input="$$1" output="<title>\1</title>;<originaltitle>\1</originaltitle>" dest="8">
<expression trim="1" noclean="1" />
</RegExp>
<expression noclean="1" />
</RegExp>
</GetDetails>
</scraper>
Please help me on this....
Below is the scrapper i've implemented for connecting to the website and do the scraping part... but the below one also dint work either... pls help me in taking this forward....
<?xml version="1.0" encoding="utf-8"?><scraper framework="1.1" date="2012-05-29" name="Dummy" content="generic" thumb="imdb.gif" language="en">
<NfoUrl dest="3">
<RegExp input="$$5" output="<details>\1</details>" dest="3">
<expression noclean="1" />
</RegExp>
</NfoUrl>
<CreateSearchUrl dest="3">
<RegExp input="$$1" output="<url>http://---some url---./Data=\1</url>" dest="3">
<expression noclean="1">Chapter - *.*</expression>
</RegExp>
</CreateSearchUrl>
<GetSearchResults dest="3">
<RegExp input="$$5" output="<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results>\1</results>" dest="8">
<RegExp input="$$1" output="<entity><title>\1</title><url>http://---some url---./Data=\1</url></entity>" dest="3">
<expression repeat="yes"><a href="?C=N;O=D">Chapter - *.*</a></expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetSearchResults>
<GetDetails dest="3">
<RegExp input="$$8" output="<details>\1</details>" dest="3">
<RegExp input="$$1" output="<title>\1</title>;<originaltitle>\1</originaltitle>" dest="8">
<expression trim="1" noclean="1" />
</RegExp>
<expression noclean="1" />
</RegExp>
</GetDetails>
</scraper>
Please help me on this....