The branch, dharma has been updated
via dbff936cf581623290c8365b0a3d8cd1a21747d1 (commit)
from f6e9b5ff868695ad20b52d5bd80301a88ec806eb (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=dbff936cf581623290c8365b0a3d8cd1a21747d1
commit dbff936cf581623290c8365b0a3d8cd1a21747d1
Author: amet <[email protected]>
Date: Sat Oct 15 00:41:27 2011 +0400
[script.xbmc.subtitles] -v 2.5.11
- fixed: Sratim service, thx orivar
diff --git a/script.xbmc.subtitles/addon.xml b/script.xbmc.subtitles/addon.xml
index 8866e9e..210e759 100644
--- a/script.xbmc.subtitles/addon.xml
+++ b/script.xbmc.subtitles/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.subtitles"
name="XBMC Subtitles"
- version="2.5.10"
+ version="2.5.11"
provider-name="Amet, mr_blobby">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/script.xbmc.subtitles/changelog.txt
b/script.xbmc.subtitles/changelog.txt
index b631a06..07ee131 100644
--- a/script.xbmc.subtitles/changelog.txt
+++ b/script.xbmc.subtitles/changelog.txt
@@ -1,3 +1,6 @@
+2.5.11
+- fixed: Sratim service, thx orivar
+
2.5.10
- fixed: error due to some BetaSeries API change, thx darknao
diff --git a/script.xbmc.subtitles/resources/lib/services/Sratim/service.py
b/script.xbmc.subtitles/resources/lib/services/Sratim/service.py
index c627db1..283fa01 100644
--- a/script.xbmc.subtitles/resources/lib/services/Sratim/service.py
+++ b/script.xbmc.subtitles/resources/lib/services/Sratim/service.py
@@ -2,13 +2,14 @@
#===============================================================================
# Sratim.co.il subtitles service.
-# Version: 2.0
+# Version: 2.1
#
# Change log:
# 1.1 - Fixed bug with movie search: forgot to replace spaces with + signs.
# 1.2 - Better handling of search timeout (no results returned instead of
error)
# 2.0 - Changed RE patterns and links to match new site layout (Thanks Shai
Bentin!)
# Fixed TV show subtitles (now navigates site to find requested episode)
+# 2.1 - Changed RE patterns again due to layout change (Thanks BBLN for also
suggesting different fix).
#
# Created by: Ori Varon
#===============================================================================
@@ -22,8 +23,8 @@ debug_pretext = ""
# Regular expression patterns
#===============================================================================
-TV_SEARCH_RESULTS_PATTERN = "<td valign=\"top\"><a
href=\"viewseries.php\?id=(\d+)"
-SEARCH_RESULTS_PATTERN = "<td valign=\"top\"><a href=\"view.php\?id=(\d+)"
+TV_SEARCH_RESULTS_PATTERN = "<div style=\"\"><a
href=\"viewseries.php\?id=(\d+)"
+SEARCH_RESULTS_PATTERN = "<div style=\"\"><a href=\"view.php\?id=(\d+)"
SUBTITLE_LIST_PATTERN =
"downloadsubtitle\.php\?id=(?P<fid>\d*).*?subt_lang.*?title=\"(?P<language>.*?)\".*?subtitle_title.*?title=\"(?P<title>.*?)\""
TV_SEASON_PATTERN = "seasonlink_(?P<slink>\d+).*?>(?P<snum>\d+)</a>"
TV_EPISODE_PATTERN = "episodelink_(?P<elink>\d+).*?>(?P<enum>\d+)</a>"
-----------------------------------------------------------------------
Summary of changes:
script.xbmc.subtitles/addon.xml | 2 +-
script.xbmc.subtitles/changelog.txt | 3 +++
.../resources/lib/services/Sratim/service.py | 7 ++++---
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons