File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<addon id =" service.subtitles.subdivx"
3
3
name =" Subdivx.com"
4
- version =" 0.3.6 "
4
+ version =" 0.3.7 "
5
5
provider-name =" cramm" >
6
6
<requires >
7
7
<import addon =" xbmc.python" version =" 2.14.0" />
Original file line number Diff line number Diff line change
1
+ 0.3.7
2
+ - Fix search result entry regexp
3
+
1
4
0.3.6
2
5
- Use direct download strategy discovred by user @tuxitos. Thanks!
3
6
- Adapt to: subdivx.com now being served via HTTPS; changes in subtitles
Original file line number Diff line number Diff line change 49
49
__author__ = __addon__ .getAddonInfo ('author' )
50
50
__scriptid__ = __addon__ .getAddonInfo ('id' )
51
51
__scriptname__ = __addon__ .getAddonInfo ('name' )
52
- __version__ = '0.3.6 '
52
+ __version__ = '0.3.7 '
53
53
__language__ = __addon__ .getLocalizedString
54
54
55
55
__cwd__ = xbmc .translatePath (__addon__ .getAddonInfo ('path' )).decode ("utf-8" )
You can’t perform that action at this time.
0 commit comments