Skip to content

Repository files navigation

script.module.resolveurl

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.

Include the script in your addon.xml

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

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

importresolveurlresolved=resolveurl.resolve(url)

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

importresolveurlasurlresolverresolved=urlresolver.resolve(url)

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

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

Include gujal dir with your repo to always have the latest updates

<dir>
<infocompressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
<datadirzip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
</dir>

About

Fork of the UrlResolver from tknorris

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages