beta
This commit is contained in:
		
							parent
							
								
									b403371342
								
							
						
					
					
						commit
						90e5948487
					
				@ -1,5 +1,5 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
			
		||||
<addon id="script.module.torrent2http" name="torrent2http" version="0.1.0" provider-name="anteo">
 | 
			
		||||
<addon id="script.module.torrent2http" name="torrent2http" version="0.1.1" provider-name="anteo">
 | 
			
		||||
    <requires>
 | 
			
		||||
        <import addon="xbmc.python" version="2.14.0"/>
 | 
			
		||||
    </requires>
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ import os
 | 
			
		||||
import xbmc, xbmcgui, xbmcvfs, xbmcaddon
 | 
			
		||||
from net import HTTP
 | 
			
		||||
 | 
			
		||||
__libbaseurl__ = "https://github.com/DiMartinoXBMC/script.module.torrent2http/tree/master/bin"
 | 
			
		||||
__libbaseurl__ = "https://github.com/DiMartinoXBMC/script.module.torrent2http/raw/master/bin"
 | 
			
		||||
__settings__ = xbmcaddon.Addon(id='script.module.torrent2http')
 | 
			
		||||
__version__ = __settings__.getAddonInfo('version')
 | 
			
		||||
__plugin__ = __settings__.getAddonInfo('name') + " v." + __version__
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user