Kodi Guide
  • Home
  • Kodi Addons
  • Kodi Guides
  • Kodi Hardware
  • VPN Kodi Help
No Result
View All Result
Kodi Guide
No Result
View All Result
Advertisement Banner
Home Kodi Addons

ResolveURL Kodi Dependency; URLResolver Fork Information

kodiguide by kodiguide
April 4, 2020
in Kodi Addons
70
resolveurl kodi

A fork of the URLResolver dependency called ResolveURL provides an alternative method to resolving links from file lockers in your Kodi addons.

Read more about the ResolveURL Kodi dependency here in our guide.

Change in Developer

On February 20th, 2020, jsergio announced that he is giving up development of ResolveURL on Twitter. He posted the following message:

This is the last update I will push from my repo. I will continue to maintain the Debrid plugins & manage fixes pushed on my Github when I have time but I will no longer build the packages or push updates from my Kodi repo. Please fork ResolveURL, don’t push updates of your own.

Luckily for fans of ResolveURL, gujal has taken over ResolveURL with jsergio’s blessing and has already been making frequent updates to the addon.

Check out information on the latest version of ResolveURL. by gujal below.

ResolveURL Kodi Latest Version

The latest version of the ResolveURL Kodi plugin is v5.0.41 from April 2nd, 2020. Recent updates incklude:

v5.0.412 Updates

  • PrimeVideos Resolver Added
  • 9 resolvers fixed
    • aliez
    • chromecast
    • clicknupload
    • clipwatching
    • cloudb
    • cloud.mail.ru
    • datemule
    • gounlimited
    • mystream
  • 11 resolvers removed
    • anyfiles
    • bestream
    • daclips
    • estream
    • gorillavid
    • h265
    • idtbox
    • mehlizmovies
    • movpod
    • videoapne
    • watchshare

Recently, Full LinkSnappy support has been added to ResolveURL, including cached torrent support. LinkSnappy is a solid Debrid option for fast and premium media links. Read all about it in our LinkSnappy guide.

Previously, cached torrent support for alldebrid was been added, which means that all 4 premium services (Real Debrid, Premiumize, Alldebrid, and LinkSnappy) have full torrent and advanced nctionality.

If you are a Premiumize or Real Debrid user, you can now enjoy cached torrents in all addons that support ResolveURL.

What is ResolveURL

ResolveURL is a non-prejudice dependency resolver that decodes links from popular file locker hosts, allowing Kodi to play media from these sites. It is a fork of URLResolver that is maintained and developed by jsergio123, who is one of the best Kodi python code distributors on the internet today.

The ResolveURL Kodi add-on works in the background of Kodi (called a dependency) to decode file hosts in order to play the root movie or TV video stream.

If you are new to Kodi, you probably notice that a lot of add-ons use the same filehosts – Gvideo, clicknupload, zshare, dizilab are some of the popular ones.

The ResolveURL Kodi add-on knows how to navigate through these hosts, clicking through captcha’s and virtually retrieving the streaming file which you see in Kodi.

How to Install ResolveURL

In order to use the dependency, addon developers will need to recode their addons to use the new dependency instead. The end user does not need to make any changes on their ends.

When you install an addon that uses the ResolveURL dependency, it will automatically be installed. You will then see the updates to ResolveURL in your recent addon updates area.

ResolveURL First Time Setup Important Notes

The first time an addon updates to use ResolveURL over another resolver dependency, there are a couple of very important notes you need to be aware of:

  1. You may get a popup notification that says that there is a problem with URLResolver. You MUST CLICK the “Ignore” button.
  2. You WILL need to reauthorize your Real-Debrid and other premium accounts to work with ResolveURL. To do that, you can find the configuration settings by navigating in Kodi to  SYSTEM > Add-ons > SYSTEM > Dependencies > ResolveURL > Configure > Universal Resolvers.

ResolveURL is automatically installed with any add-on that uses it, so you don’t have to worry about installing ResolveURL. Per jsergio, developers can add it as a dependency by adding the following code to their addons.xml file:

<requires>
	<import addon="xbmc.python" version="2.1.0"/>
	<import addon="script.module.resolveurl" version="5.0.00"/>
</requires>Import ResolveUrl in your code 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 jsergio's repo with your repo to always have the latest updates

<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>

NOTE: Jsergio is not responsible for urls being resolved by 3rd parties. ResolveURL 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 file host and not me. This script in no way searches for any content whatsoever.

PROTECT YOURSELF ON THE INTERNET

Sign up for a premium Kodi VPN and access the internet unrestricted. We offer exclusive discounts for NordVPN, the highest respected VPN in the Kodi community. It has some great features for users:

Apps for Android, iOS, Mac, Linux & more
Zero Logs
Unlimited bandwidth
Tier 1 hardware (no speed slowdown)
Access to servers hundreds of VPN servers

  
Click here to learn more about Kodi VPN protection
Advertisement Banner

Trending

photo of a large crowd
Kodi Guides

Get Concert, Stadium, Tour Information at StadiumHelp.com

2 months ago
streaming videos
Kodi Movies/TV

A Complete Guide to Live TV Streaming Services

5 months ago
how to download youtube videos
Kodi Guides

How to Download Youtube Videos on Phone, Tablet, and PC

5 months ago
satellite internet
Kodi Guides

Internet Basics: Satellite Internet vs. Other Internet Connection Types

5 months ago
Can You Use a FireStick to access Local Channels?
Kodi Hardware

Can You Use a FireStick to access Local Channels?

6 months ago

Kodi Guide

Welcome to Kodi Guide, a resource for Kodi Guides, Kodi Addons, Android TV, and much more.

Kodi Guide offers the most interactive online activity you can experience in the Kodi community. Find out how to explore and enjoy Kodi.

Categories

  • Kodi Addons
  • Kodi Guides
  • Kodi Hardware
  • Kodi Movies/TV
  • VPN Kodi Help

Recent Post

  • Get Concert, Stadium, Tour Information at StadiumHelp.com
  • A Complete Guide to Live TV Streaming Services
  • How to Download Youtube Videos on Phone, Tablet, and PC
  • Home
  • About
  • Contact
  • Privacy Policy
  • Terms & Conditions

© 2023 Kodi.guide

No Result
View All Result
  • Home
  • Kodi Addons
  • Kodi Guides
  • Kodi Hardware
  • VPN Kodi Help

© 2023 Kodi.guide

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In