Can this part of the subtitle pattern be removed from the add-on repository? (the part in bold)
https://github.com/amet/script.xbmc.subt...service.py
subtitle_pattern = "..<tr>.{5}<td>.{6}<a class=\"a1\" href=\"/([^\n\r]{10,200}?-\d{3,10}.aspx)\" title=\"[^\n\r]{10,200}\">\
[\r\n\t ]+?<span class=\"r(0|100)\" >[\r\n\t\ ]+([^\r\n\t]+?) [\r\n\t]+</span>[\r\n\t ]+?<span id=\"r\d+\">([^\r\n\t]{5,500})</span>\
[\r\n\t]+?</a>[\r\n\t ]+?</td>[\r\n\t ]+?<td class=\"a3\">1[\r\n\t\ ]+?</td>[\r\n\t\ ]+?<td>
(?!<div id=imgEar)"
# group(1) = downloadlink, group(2) = qualitycode, group(3) = language, group(4) = filename
Seeing how the HI variation does show up for
http://opensubtitles.org/ when using XBMC Subtitle Addon, I'd like this fixed for Subscene because I noticed that the subtitles often shows up there before it does for opensubtitles.org.
If having HI variations show up is not desired behavior (despite the fact that it's still showing up in
http://opensubtitles.org/) then how about adding a configuration option (a checkbox in the add-on configuration settings) for the users who are actually hearing impaired and would love to have this option?
I love this addon, it's why I find the time to look into this, I think it can be made better.