During first regex matching on line 68 <li class="clearfix"> will be cut off,
so next regexp won't find first record matching it (which is actually movies
for ivi.ru), while next ones will ok (which are series, prorgrams and
animation). To avoid the problem first <li class="clearfix> should be included
into final result using (), so next regex will parse first record correctly.
Original issue reported on code.google.com by DBul...@gmail.com on 20 Mar 2011 at 6:47
Original issue reported on code.google.com by
DBul...@gmail.com
on 20 Mar 2011 at 6:47Attachments: