Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 11 additions & 27 deletions plugin.video.youtube/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.2.0.3" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.3.0.1" provider-name="anxdpanic, bromix, MoojMidge">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/>
Expand Down Expand Up @@ -27,6 +27,7 @@
<source>https://github.com/anxdpanic/plugin.video.youtube</source>
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="bg_BG">Добавка за YouTube</summary>
<summary lang="bs_BA">Dodatak za YouTube</summary>
<summary lang="cs_CZ">Plugin pro YouTube</summary>
<summary lang="da_DK">Plugin til YouTube</summary>
<summary lang="de_DE">Plugin für YouTube</summary>
Expand All @@ -38,6 +39,7 @@
<summary lang="et_EE">YouTube lisamoodul</summary>
<summary lang="fi_FI">YouTube-lisäosa</summary>
<summary lang="fr_FR">Plugin pour YouTube</summary>
<summary lang="ga">Breiseán do YouTube</summary>
<summary lang="he_IL">תוסף עבור YouTube</summary>
<summary lang="hr_HR">Dodatak za YouTube</summary>
<summary lang="hu_HU">YouTube kiegészítő</summary>
Expand All @@ -58,6 +60,7 @@
<summary lang="zh_CN">油管插件</summary>
<summary lang="zh_TW">YouTube附加元件</summary>
<description lang="bg_BG">YouTube е един от най-големите уеб сайтове за споделяне на видео в целия свят.</description>
<description lang="bs_BA">YouTube je jedna od najvećih svjetskih web stranica za dijeljenje videozapisa.</description>
<description lang="cs_CZ">YouTube je jedna z největších webových stránek světa sdílející video.</description>
<description lang="da_DK">YouTube er et af verdens største videodelingswebsteder.</description>
<description lang="de_DE">YouTube ist eines der größten Video-Sharing-Websites der Welt.</description>
Expand Down Expand Up @@ -86,6 +89,7 @@
<description lang="vi_VN">YouTube là một trong những trang web chia sẻ video lớn nhất trên thế giới.</description>
<description lang="zh_CN">油管是世界上最大的视频分享网站之一。</description>
<description lang="zh_TW">Youtube 是全世界最大的影片分享網站。</description>
<disclaimer lang="bs_BA">Ovaj dodatak nije odobren od strane Googlea</disclaimer>
<disclaimer lang="cs_CZ">Tento plugin není schválen společností Google</disclaimer>
<disclaimer lang="da_DK">Dette plugin er ikke godkendt af Google</disclaimer>
<disclaimer lang="de_DE">Dieses Plugin ist nicht von Google befürwortet</disclaimer>
Expand All @@ -108,34 +112,14 @@
<disclaimer lang="sk_SK">Tento doplnok nie je schválený spoločnosťou Google</disclaimer>
<disclaimer lang="sv_SE">Denna insticksmodul är inte godkänd av Google</disclaimer>
<disclaimer lang="tr_TR">Bu eklenti Google tarafından üretilmemiştir</disclaimer>
<disclaimer lang="uk_UA">Цей плагін не має відношення до компанії Google</disclaimer>
<disclaimer lang="uk_UA">Цей додаток не має відношення до компанії Google</disclaimer>
<disclaimer lang="vi_VN">Plugin này không được xác nhận bởi Google</disclaimer>
<disclaimer lang="zh_CN">此插件未被谷歌认可</disclaimer>
<disclaimer lang="zh_TW">此附加元件未由Google支持</disclaimer>
<news>## v7.2.0.3
<news>## v7.3.0.1
### Fixed
- Fix performance regression with channel filters
- Fix regression preventing video playback from Kodi Info dialog
- Fix exception in youtube.helper.v3.response_to_items when using Kodi 18 (Python 2)
- Fix exception in YouTubeRequestClient.json_traverse when using Kodi 18 (Python 2)
- Fix handling of custom Watch Later playlist in add to playlist dialog
- Fix Liked video playlist not loading
- Fix typo preventing some video only searches from working
- Fix incorrect deletion of provider parameter in 10c3758
- Fix possible hangs in multiple busy dialog workaround
- Fix misidentifying channels in channel filter
- Attempt to avoid race condition where user input occurs prior to window rerouting
- Fix incorrectly referencing channels as playlist in My Subscriptions after db44928
- Improve handling of invalid playlists in My Subscriptions after db44928
- Update YouTube.get_related_videos and YouTube.get_related_for_home
- Fix error with listing comments if number of replies is 1000+
- Fix regression in opening playlists of logged in user
- Fix regressions in checking channel filters
- Clear old function cache values on initial run after install
- Fix My Subscriptions not loading old or previously accessed content
- Manually redirect video server requests if required
- Improve logging of client ID
- Fix possible exception that may occur if video thumbnails fail to update
- Fix unsubscribing from My Subscriptions
- Fix folders for channel shorts and live stream</news></extension>
- Workaround crash caused by non-thread safe behaviour of sqlite connection when used as context manager

### Changed
- Delay gc collection rather than disabling</news></extension>
</addon>
Loading