alexisserg / seppius-xbmc-repo

Automatically exported from code.google.com/p/seppius-xbmc-repo
0 stars 0 forks source link

Movie record is not included into list of available records for plugin.video.ivi.ru/default.py #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
I decided to get rid of the regex in favor html5lib

Original comment by seppi...@gmail.com on 23 May 2011 at 7:25