The branch, frodo has been updated
       via  565e6dff8364993783f2cb50b17cea32272d433e (commit)
      from  6638433af7eb04f0f3692393a180130fcf9c3623 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=565e6dff8364993783f2cb50b17cea32272d433e

commit 565e6dff8364993783f2cb50b17cea32272d433e
Author: beenje <[email protected]>
Date:   Sat Aug 3 23:00:25 2013 +0200

    [plugin.video.tweakers] updated to version 1.0.2

diff --git a/plugin.video.tweakers/addon.py b/plugin.video.tweakers/addon.py
index 9b1b9cd..7af3c40 100644
--- a/plugin.video.tweakers/addon.py
+++ b/plugin.video.tweakers/addon.py
@@ -17,8 +17,8 @@
 #
 #also in ..._const
 __addon__       = "plugin.video.tweakers"
-__date__        = "7 july 2013"
-__version__     = "1.0.1"
+__date__        = "3 august 2013"
+__version__     = "1.0.2"
 
 #
 # Imports
diff --git a/plugin.video.tweakers/addon.xml b/plugin.video.tweakers/addon.xml
index 0af5793..ab50994 100644
--- a/plugin.video.tweakers/addon.xml
+++ b/plugin.video.tweakers/addon.xml
@@ -2,7 +2,7 @@
 <addon 
        id="plugin.video.tweakers" 
        name="Tweakers" 
-       version="1.0.1" 
+       version="1.0.2" 
        provider-name="Skipmode A1">
   <requires>
     <import addon="xbmc.python"                 version="2.1.0"/>
diff --git a/plugin.video.tweakers/changelog.txt 
b/plugin.video.tweakers/changelog.txt
index a5cf67d..9c1c71b 100644
--- a/plugin.video.tweakers/changelog.txt
+++ b/plugin.video.tweakers/changelog.txt
@@ -3,4 +3,7 @@ v1.0.0 (Sunday, 23 June 2013) :
  
 v1.0.1 (Saturday, 7 July 2013) :
 - added beautiful soup as dependency
-- added dutch strings
\ No newline at end of file
+- added dutch strings
+
+v1.0.2 (Saturday, 3 August 2013) :
+- fixed title bug
\ No newline at end of file
diff --git a/plugin.video.tweakers/resources/lib/tweakers_const.py 
b/plugin.video.tweakers/resources/lib/tweakers_const.py
index 2a033bf..95cc4ed 100644
--- a/plugin.video.tweakers/resources/lib/tweakers_const.py
+++ b/plugin.video.tweakers/resources/lib/tweakers_const.py
@@ -8,5 +8,5 @@ __addon__       = "plugin.video.tweakers"
 __settings__    = xbmcaddon.Addon(id=__addon__ )
 __language__    = __settings__.getLocalizedString
 __images_path__ = os.path.join( xbmcaddon.Addon(id=__addon__ 
).getAddonInfo('path'), 'resources', 'images' )
-__date__        = "7 july 2013"
-__version__     = "1.0.1"
\ No newline at end of file
+__date__        = "3 august 2013"
+__version__     = "1.0.2"
\ No newline at end of file
diff --git a/plugin.video.tweakers/resources/lib/tweakers_list.py 
b/plugin.video.tweakers/resources/lib/tweakers_list.py
index 4b980d1..0ae8842 100644
--- a/plugin.video.tweakers/resources/lib/tweakers_list.py
+++ b/plugin.video.tweakers/resources/lib/tweakers_list.py
@@ -101,7 +101,7 @@ class Main:
                        video_page_url = video_page_url_in_td.a['href']
                        
                        # Make title
-                       title = str(video_page_url_in_td.a['title'])
+                       title = video_page_url_in_td.a['title']
                        # Convert from unicode to encoded text (don't use str() 
to do this)
                        title = title.encode('utf-8')
                                                

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.tweakers/addon.py                     |    4 ++--
 plugin.video.tweakers/addon.xml                    |    2 +-
 plugin.video.tweakers/changelog.txt                |    5 ++++-
 .../resources/lib/tweakers_const.py                |    4 ++--
 .../resources/lib/tweakers_list.py                 |    2 +-
 5 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to