jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 123 forks source link

Breaks on Delicious login form #54

Open yang opened 12 years ago

yang commented 12 years ago

This is with the latest mechanize. Just as an example, ClientForm is unable to parse https://delicious.com/login correctly. It fails to pick up the second form which comes right after the <hr/>. If you insert any form right after that <hr/>, it will be omitted from Browser.forms(). If you remove the <hr/>, the form gets picked up.

yang commented 12 years ago

BTW, is there any work-around to this bug for the time being?