GithubHelp home page GithubHelp logo

tracker997 / script.module.resolveurl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jsergio123/script.module.resolveurl

0.0 0.0 0.0 1.58 MB

Fork of the UrlResolver from tknorris

License: GNU General Public License v2.0

Python 100.00%

script.module.resolveurl's Introduction

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>
    <import addon="script.module.resolveurl" version="5.1.00"/>
</requires>

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

import resolveurl
if resolveurl.HostedMediaFile(url):
    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 gujal dir with your repo to always have the latest updates

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

script.module.resolveurl's People

Contributors

gujal00 avatar jsergio123 avatar shellc0de27 avatar azzy9 avatar jewbmx avatar host505 avatar soter80 avatar cache-sk avatar mbebe avatar twilight0 avatar bugatsinho avatar grzebzi avatar lukkie112 avatar anis3 avatar groggyegg avatar addon-lab avatar whitecreamdev avatar frankiek3 avatar solbu avatar kingul avatar doko-desuka avatar 12asdfg12 avatar erosvece avatar antrrax avatar lowerdecks avatar tvaddonsco avatar fainasinasac avatar jumgo avatar koperfieldcz avatar mafiwa2167 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.