Skip to content

neopack1/script.module.resolveurl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script.module.resolveurl

Include the script in your addon.xml

<requires>
	<import addon="xbmc.python" version="2.1.0"/>
	<import addon="script.module.resolveurl" version="5.0.00"/>
</requires>

Import ResolveUrl and use it the same as you would with the UrlResolver

import resolveurl
resolved = resolveurl.resolve(url)

Or you can import ResolveUrl as UrlResolver to your existing addon that uses the UrlResolver

import resolveurl as urlresolver
resolved = urlresolver.resolve(url)

Include my repo with your repo to always have the latest updates from me

<dir>
        <info compressed="false">https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml</info>
        <checksum>https://raw.githubusercontent.com/jsergio123/zips/master/addons.xml.md5</checksum>
        <datadir zip="true">https://raw.githubusercontent.com/jsergio123/zips/master/</datadir>
</dir>

I am in no way responsible for the urls being resolved by 3rd parties. This script only resolves video content from legitimate file lockers without prejudice. If this script is being used by 3rd parties to resolve content that you feel infringes upon your Intellectual Property then please take your complaints to the actual website or developer linking to such content and not me. This script in no way searches for any content whatsoever.

About

Fork of the UrlResolver from tknorris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%