Conor,
I think that should be withPost:postBody.
I put a stringlimit to let user choose between DVD, BR, Original Title, Director, Writer or Actor, so this is what I did:
Code: Select all
NSString *postBody = [NSString stringWithFormat:@"loc_ricerca=barra_navigazione&supporto=%@&titolo=%@&genere=0", stringLimit, aString];
[self downloadWebPage:@"https://www.dvdweb.it/index.mv?Ricerca_TITA_2" withPost:postBody encoding:NSISOLatin1StringEncoding];
Search works (resultsSection is loaded, still trying to narrow values) but page is a mess, everything is between am href and a </b>, there are no "classes" or a keywords to help with parsing.
I wrote to DVDWeb info, hope they are interested and will help as DVDStore did.
Ciao.