diff --git a/addons.xml b/addons.xml index 2fad6a8..b28e330 100644 --- a/addons.xml +++ b/addons.xml @@ -102,6 +102,22 @@ + + + + + + + + + + + all + Resolve common video host URL's to be playable in XBMC/Kodi. + Resolve common video host URL's to be playable in XBMC/Kodi, simplify addon development of video plugins requiring multi video hosts. + + + - + - - https://github.com/lewblack125/tva-common/raw/master/addons.xml - https://github.com/lewblack125/tva-common/raw/master/addons.xml.md5 - https://github.com/lewblack125/tva-common/raw/master/zips/ - http://kodi.filmkodi.com/addons.xml http://kodi.filmkodi.com/addons.xml.md5 @@ -539,7 +550,7 @@ diff --git a/addons.xml.md5 b/addons.xml.md5 index 1423fdb..6b683ce 100644 --- a/addons.xml.md5 +++ b/addons.xml.md5 @@ -1 +1 @@ -bd5f76787b5f04ab44e87e0b27d8b4e9 \ No newline at end of file +50b23191f5e835992c187a15925d64f1 \ No newline at end of file diff --git a/zips/plugin.video.filmeserialeonline/addon.xml b/zips/plugin.video.filmeserialeonline/addon.xml index d74f9b3..b75bda7 100644 --- a/zips/plugin.video.filmeserialeonline/addon.xml +++ b/zips/plugin.video.filmeserialeonline/addon.xml @@ -1,7 +1,7 @@ diff --git a/zips/plugin.video.filmeserialeonline/changelog-1.0.7.txt b/zips/plugin.video.filmeserialeonline/changelog-1.0.7.txt deleted file mode 100644 index 47d2325..0000000 --- a/zips/plugin.video.filmeserialeonline/changelog-1.0.7.txt +++ /dev/null @@ -1,20 +0,0 @@ -1.0.6 -Fix new url - -1.0.5 -Small fixes - -1.0.4 -adaugat rating imdb unde este disponibil - -1.0.3 -reparat eroare seriale incomplete - -1.0.2 -mici reparatii plus adaugare marcare ca vizionat(doar manual) - -1.0.1 -prima versiune - - - diff --git a/zips/plugin.video.filmeserialeonline/plugin.video.filmeserialeonline-1.0.7.zip b/zips/plugin.video.filmeserialeonline/plugin.video.filmeserialeonline-1.0.8.zip similarity index 99% rename from zips/plugin.video.filmeserialeonline/plugin.video.filmeserialeonline-1.0.7.zip rename to zips/plugin.video.filmeserialeonline/plugin.video.filmeserialeonline-1.0.8.zip index e8ac9ae..6e743a0 100644 Binary files a/zips/plugin.video.filmeserialeonline/plugin.video.filmeserialeonline-1.0.7.zip and b/zips/plugin.video.filmeserialeonline/plugin.video.filmeserialeonline-1.0.8.zip differ diff --git a/zips/repository.sarsaila/addon.xml b/zips/repository.sarsaila/addon.xml index 5e7b4fe..db63a3e 100644 --- a/zips/repository.sarsaila/addon.xml +++ b/zips/repository.sarsaila/addon.xml @@ -1,11 +1,6 @@ - + - - https://github.com/lewblack125/tva-common/raw/master/addons.xml - https://github.com/lewblack125/tva-common/raw/master/addons.xml.md5 - https://github.com/lewblack125/tva-common/raw/master/zips/ - http://kodi.filmkodi.com/addons.xml http://kodi.filmkodi.com/addons.xml.md5 diff --git a/zips/repository.sarsaila/changelog-1.0.2.txt b/zips/repository.sarsaila/changelog-1.0.2.txt deleted file mode 100644 index 0a8c7f4..0000000 --- a/zips/repository.sarsaila/changelog-1.0.2.txt +++ /dev/null @@ -1 +0,0 @@ -Not yet diff --git a/zips/repository.sarsaila/repository.sarsaila-1.0.2.zip b/zips/repository.sarsaila/repository.sarsaila-1.0.3.zip similarity index 81% rename from zips/repository.sarsaila/repository.sarsaila-1.0.2.zip rename to zips/repository.sarsaila/repository.sarsaila-1.0.3.zip index 40df090..dab723d 100644 Binary files a/zips/repository.sarsaila/repository.sarsaila-1.0.2.zip and b/zips/repository.sarsaila/repository.sarsaila-1.0.3.zip differ diff --git a/zips/script.module.urlresolver/addon.xml b/zips/script.module.urlresolver/addon.xml new file mode 100644 index 0000000..2041909 --- /dev/null +++ b/zips/script.module.urlresolver/addon.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + all + Resolve common video host URL's to be playable in XBMC/Kodi. + Resolve common video host URL's to be playable in XBMC/Kodi, simplify addon development of video plugins requiring multi video hosts. + + diff --git a/zips/script.module.urlresolver/changelog.txt b/zips/script.module.urlresolver/changelog.txt new file mode 100644 index 0000000..4771de4 --- /dev/null +++ b/zips/script.module.urlresolver/changelog.txt @@ -0,0 +1,252 @@ +[B]Version 2.10.0[/B] +- Code Base Changes: + - Removed dependency in addon.xml for Youtube, Gotham users would not be able to install as official youtube addon only exists in Helix+ repo +- Resolvers Added: + - Up2Stream + - Vid.gg + - Vkpass + - Stream2K +- Resolvers Fixed/Updated: + - ClicknUpload + - CloudyVideos + - OpenLoad + - Vidzi + - Vid.me + - Vk.com + - Vidlocker + - Youwatch + - FlashX + - NosVideo + - Promptfile + +[B]Version 2.9.0[/B] +- Code Base Changes: + - Move all exception handling out of resolvers, handled at higher level now + - Updated SolveMedia captcha handling +- Resolvers Added: + - XFileUpload + - ClicknUpload + - TusFiles + - Filepup +- Resolvers Fixed/Updated: + - 180Upload + - Divxstage + - Exashare + - Teramixer + - CloudyVideos + - MightyUpload + - Videomega + +[B]Version 2.8.0[/B] +- Code Base Changes: + - Speed enhancements - Further to changes made in 2.7.0 + - New routine to select appropriate host for given url + - Compile resolver settings into reduced number of tabs to avoid Helix 100 settings tab limit +- Resolvers Added: +- Resolvers Fixed/Updated: + - HugeFiles + - Bestreams + - VideoMega + - Vidplay + - Vidxden + - Letwatchus + - 180Upload + + +[B]Version 2.7.0[/B] +- Code Base Changes: + - Speed enhancements: + - Don't load into mem all resolvers on init, load only when used + - Only build settings.xml on first init after initial install or new version + - Verify final link doesn't give http error before returning +- Resolvers Added: + - RoyalVids + - VShare + - CloudyVideos + - Streamin.to +- Resolvers Fixed/Updated: + - MovReel + - BillionUploads + - Novamov + - Premiumize + - TheVideo.me + - VidSpot + - VeeHD + - Vidbull +- Removed dead resolvers + +[B]Version 2.6.0[/B] +- Code Base Changes: + - Allow host validation to work with universal resolvers +- Resolvers Added: + - Realvid + - Letwatch + - Speedvideo + - Videohut +- Resolvers Fixed/Updated: + - Vidbull + - VeeHD + - VODLocker (speed improvement) + - MightyUpload + - Exashare + - Tunepk + +[B]Version 2.5.0[/B] +- Added Teramixer +- Added Exashare +- Fixed 180Upload +- Fixed BillionUploads +- Fixed HugeFiles +- Fixed VidPlay +- Fixed MovDivx +- Fixed ShareSix +- Fixed Vodlocker +- Fixed AllMyVideos +- Fixed Played.To +- Small fixes to Sockshare captcha + +[B]Version 2.4.0[/B] +- Reverted back to using t0mm0.common as addon.common is creating naming issues + +[B]Version 2.3.0[/B] +- Added Cloudy +- Fixed Divxstage +- Fixed Ecostream +- Fixed HostingBulk +- Fixed Movshare +- Fixed TheFile +- Fixed Vidxden +- Updated Putlocker/Firedrive to check for more variations +- Converted URLResolver completely to use addon.common instead of t0mm0.common + +[B]Version 2.2.0[/B] +- Added CheeseStreams +- Added Play44 +- Added Bestreams +- Added FireDrive (renamed Putlocker) +- Added UploadCrazy +- Added VidCrazy +- Added Video44 +- Added VideoFun +- Added ViUp +- Added VidZur +- Added YourUpload +- Fixed BillionUploads +- Fixed Divxstage +- Fixed Ecostream +- Fixed HugeFiles +- Fixed Movzap +- Fixed NowVideo +- Fixed ShareSix +- Fixed YouWatch +- Updated Real-Debrid login methods +- Updated Vidhog for no wait time + +[B]Version 2.1.2[/B] +- Vidxden bugfix + +[B]Version 2.1.1[/B] +- New unwise class for new unpacking method some sites are now using +- Added VideoTanker +- Added NowVideo +- Added CastAmp - live streaming +- Updated Divxstage +- Updated Ecostream +- Updated Flashx +- Updated Movshare +- Updated Novamov +- Updated Realdebrid +- Updated Sharesix +- Updated Tunepk +- Updated Videoweed +- Updated BillionUploads +- Updated premiumize.me - check on if login exists +- Updated rpnet - check if login exists + +[B]Version 2.1.0[/B] +- New unresolvable() class for resolvers to return in case of an error, specify why it failed for addon to handle +- New redx.png graphic file for reporting issues in resolvers +- Updated all resolvers to display small box on exceptions +- Added DoneVideo +- Added EntroUpload +- Added LimeVideo +- Added MuchShare +- Added PureVid +- Added VideoZed +- Added VidTo +- Added YouWatch +- Added LemUploads +- Added MegaRelease +- Added NosVideo +- Added Vidto +- Added MightyUpload +- Added PrimeShare +- Added Vidplay +- Updated AllDebrid +- Fixed RealDebrid +- Fixed BillionUploads +- Fixed 180Upload +- Fixed HostingBulk +- Fixed Ecostream +- Fixed FlashX +- Fixed DaClips + +[B]Version 2.0.9[/B] +- Fixed VeeHD + +[B]Version 2.0.8[/B] +- Added Bayfiles +- Added CrunchyRoll +- Added Movreel +- Added Played +- Added RPNet +- Updated Sharesix +- Added TheFile +- Added Vureel +- Added WatchFreeInHD +- Fixed ZooUpload +- Added BillionUploads +- Added HugeFiles +- Added ShareRepo +- Added VidBull +- Fixed VeeHD +- Fixed VidHog + +[B]Version 2.0.7[/B] +- Vidxden: Fixed +- Added: Sharesix (humla) + +[B]Version 2.0.6[/B] +- Videoweed: Allow Videoweed.eu/files/1423541 type +- Divstage: Allow embedded urls to resolve +- Filenuke: Removed www. from regex causing 502 errors +- Xvidstage: Fixed +- Stream2k: Fixed + +[B]Version 2.0.5[/B] +- Added streamcloud +- Added zooupload +- Fixed divxstage - handle url with .net +- Fixed flashx.tv - new pattern and embed code +- Fixed vidstream - new url +- Fixed ecostream - new embed url pattern +- Reverted putlocker code, added option for higher vid quality + +[B]Version 2.0.4[/B] +- Frodo branch +- Updated putlocker and vidxden resolvers +- Updated real-debrid + +[B]Version 1.0.3[/B] +- Fixed putlocker + +[B]Version 1.0.2[/B] +- Fixed dailymotion +- Fixed gorillavid + +[B]Version 1.0.0[/B] +- Initial Release. + + +[B]Version 1.0.0[/B] +- Initial Release. diff --git a/zips/script.module.urlresolver/fanart.jpg b/zips/script.module.urlresolver/fanart.jpg new file mode 100644 index 0000000..7094404 Binary files /dev/null and b/zips/script.module.urlresolver/fanart.jpg differ diff --git a/zips/script.module.urlresolver/icon.png b/zips/script.module.urlresolver/icon.png new file mode 100644 index 0000000..0575e07 Binary files /dev/null and b/zips/script.module.urlresolver/icon.png differ diff --git a/zips/script.module.urlresolver/script.module.urlresolver-3.0.33.02.01.zip b/zips/script.module.urlresolver/script.module.urlresolver-3.0.33.02.01.zip new file mode 100644 index 0000000..7acce97 Binary files /dev/null and b/zips/script.module.urlresolver/script.module.urlresolver-3.0.33.02.01.zip differ