The branch, eden-pre has been updated
       via  6dca04a11a702821b664cf29fa328b947b0db5be (commit)
      from  6299876e78bb2a977429a118e97cc3e1f14f41ee (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=6dca04a11a702821b664cf29fa328b947b0db5be

commit 6dca04a11a702821b664cf29fa328b947b0db5be
Author: amet <[email protected]>
Date:   Sat Oct 15 00:43:30 2011 +0400

    [script.xbmc.subtitles] -v2.9.23
    
    - fixed: Sratim service, thx orivar

diff --git a/script.xbmc.subtitles/addon.xml b/script.xbmc.subtitles/addon.xml
index ff877b3..b0cc01e 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.9.22"
+       version="2.9.23"
        provider-name="Amet, mr_blobby">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
diff --git a/script.xbmc.subtitles/changelog.txt 
b/script.xbmc.subtitles/changelog.txt
index a5dff9b..f192e7f 100644
--- a/script.xbmc.subtitles/changelog.txt
+++ b/script.xbmc.subtitles/changelog.txt
@@ -1,3 +1,6 @@
+2.9.23
+- fixed: Sratim service, thx orivar
+
 2.9.22
 - 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

Reply via email to