CreateSearchUrl spoof problem
#1
I tried to write a scraper for a german adult movie site (not safe for work if somebody tries the url :o ), I've got everything done but I can't get the Search working.

I used wireshark and saw that it needs spoofing and I looked up some other examples (adultfilmdatabase, asiandb) but I can't get it working, although I used the data that I found with wireshark.

My Code looks like this:
Code:
<url spoof="http://www.mascottefilm.com/12/Search-Movie" post="true">www.mascottefilm.com/12/Search-Movie?isSubmited=true&search=\1&rights=&Release=&FilmCategorieId=&FilmLabelId=&FilmProducerId=&FilmRegieId=</url>

Are there any more possible parameters like post="true" or what else could prevent the scraper from getting the data?
Reply
#2
is the form posted?
Reply
#3
spiff Wrote:is the form posted?

Im sorry I don't understand your question.
Reply
#4
flobbes Wrote:Im sorry I don't understand your question.

Does it use the "post" method. Check the HTML form in the code for the site.
Reply
#5
Yes it does.

Code:
POST /12/Search-Movie HTTP/1.1\r\n
Request Method: POST
Request URI: /12/Search-Movie
Request Version: HTTP/1.1
Reply
#6
k. well at work so can't really be fiddling with porn pages atm Wink
Reply
#7
No problem glad that I posted the spoiler Smile

Isn't so urgent right now, maybe it even isn't possible to use the search correct.
Reply
#8
Nobody got an idea, scraper is working fine but without the search, dont want to create .nfo for alle files Smile
Reply

Logout Mark Read Team Forum Stats Members Help
CreateSearchUrl spoof problem0