Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tacy committed Feb 6, 2014
1 parent 3b6c9e5 commit 9a18f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def btdigg(url, mstr=''):
'(\d+/\d+).*?(?:href="(/search.*?)")?>Next'))

pgs = ppat.findall(rsp)
print pgs

for s, p in enumerate((pgs[0][0], pgs[0][2])):
if p:
menus.append({'label': '上一页' if not s else '下一页',
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.xunleicloud" name="XunleiCloud" version="0.2" provider-name="tacy.lee">
<addon id="plugin.video.xunleicloud" name="XunleiCloud" version="0.3" provider-name="tacy.lee">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
Expand Down

0 comments on commit 9a18f26

Please sign in to comment.