Skip to content

Commit 56cfd57

Browse files
authored
Merge pull request #4697 from anxdpanic/plugin.video.youtube@matrix
[plugin.video.youtube@matrix] 7.2.0.3
2 parents 2969e79 + 91f572b commit 56cfd57

File tree

143 files changed

+12003
-5493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+12003
-5493
lines changed

plugin.video.youtube/addon.xml

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1.6" provider-name="anxdpanic, bromix, MoojMidge">
2+
<addon id="plugin.video.youtube" name="YouTube" version="7.2.0.3" provider-name="anxdpanic, bromix, MoojMidge">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.requests" version="2.27.1"/>
@@ -35,6 +35,7 @@
3535
<summary lang="eo">Aldonaĵo por YouTube</summary>
3636
<summary lang="es_ES">Complemento para YouTube</summary>
3737
<summary lang="es_MX">Complemento para YouTube</summary>
38+
<summary lang="et_EE">YouTube lisamoodul</summary>
3839
<summary lang="fi_FI">YouTube-lisäosa</summary>
3940
<summary lang="fr_FR">Plugin pour YouTube</summary>
4041
<summary lang="he_IL">תוסף עבור YouTube</summary>
@@ -50,7 +51,7 @@
5051
<summary lang="ro_RO">Modul pentru YouTube</summary>
5152
<summary lang="ru_RU">Видеодополнение YouTube</summary>
5253
<summary lang="sk_SK">Doplnok pre YouTube</summary>
53-
<summary lang="sv_SE">Plugin för YouTube</summary>
54+
<summary lang="sv_SE">Insticksmodul för YouTube</summary>
5455
<summary lang="tr_TR">YouTube için eklenti</summary>
5556
<summary lang="uk_UA">Додаток для YouTube</summary>
5657
<summary lang="vi_VN">Plugin dành cho YouTube</summary>
@@ -79,7 +80,7 @@
7980
<description lang="ro_RO">YouTube este unul dintre cele mai mari saituri de distribuire de videoclipuri din lume.</description>
8081
<description lang="ru_RU">YouTube - популярнейший видеохостинговый сайт, предоставляющий пользователям услуги хранения, доставки и показа видео.</description>
8182
<description lang="sk_SK">YouTube je jednou z najväčších stránok na zdieľanie videa na svete.</description>
82-
<description lang="sv_SE">YouTube är en av de största videodelningssajterna i världen.</description>
83+
<description lang="sv_SE">YouTube är en av världens största webbplatser för videodelning.</description>
8384
<description lang="tr_TR">YouTube, dünya üzerindeki en büyük video paylaşma platformlarından birisidir.</description>
8485
<description lang="uk_UA">YouTube є одним з найбільших відеохостингів в світі.</description>
8586
<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>
@@ -90,6 +91,7 @@
9091
<disclaimer lang="de_DE">Dieses Plugin ist nicht von Google befürwortet</disclaimer>
9192
<disclaimer lang="el_GR">Η παρούσα μικροεφαρμογή δεν έχει υϊοθετηθεί από την Google</disclaimer>
9293
<disclaimer lang="en_GB">This plugin is not endorsed by Google</disclaimer>
94+
<disclaimer lang="eo">Tiu aldonaĵo ne estas aprobita de Google</disclaimer>
9395
<disclaimer lang="es_ES">Este add-on no está respaldado por Google</disclaimer>
9496
<disclaimer lang="es_MX">Este complemento no está respaldado por Google</disclaimer>
9597
<disclaimer lang="fi_FI">Google ei tue tätä lisäosaa</disclaimer>
@@ -104,39 +106,36 @@
104106
<disclaimer lang="ro_RO">Acest modul nu este susținut de Google</disclaimer>
105107
<disclaimer lang="ru_RU">Плагин не поддерживается Google</disclaimer>
106108
<disclaimer lang="sk_SK">Tento doplnok nie je schválený spoločnosťou Google</disclaimer>
107-
<disclaimer lang="sv_SE">Detta plugin är inte godkänt av Google</disclaimer>
109+
<disclaimer lang="sv_SE">Denna insticksmodul är inte godkänd av Google</disclaimer>
108110
<disclaimer lang="tr_TR">Bu eklenti Google tarafından üretilmemiştir</disclaimer>
109111
<disclaimer lang="uk_UA">Цей плагін не має відношення до компанії Google</disclaimer>
110112
<disclaimer lang="vi_VN">Plugin này không được xác nhận bởi Google</disclaimer>
111113
<disclaimer lang="zh_CN">此插件未被谷歌认可</disclaimer>
112114
<disclaimer lang="zh_TW">此附加元件未由Google支持</disclaimer>
113-
<news>## v7.1.1.6
115+
<news>## v7.2.0.3
114116
### Fixed
115-
- Fix http server not listening on any interface if listen IP is 0.0.0.0
116-
- Standardise return type of LoginClient.refresh_token
117-
- Fix curl headers not being used when set on path of setResolvedUrl listitem
118-
- Fix HEAD requests to MPD manifests
119-
- Fix various Python2 incompatible changes
120-
- Properly distinguish between VP9 and VP9.2 with HDR info
121-
- Fix http server not running when script shows client IP
122-
- Fix not listing full stream details in selection dialog
123-
- Fix translated subtitles not being available for some videos
124-
- Fix labelling for auto dubbed audio tracks
125-
- Fix regressions in handling VP9.2 video streams
126-
- Fix error handling items without headers
127-
- Fix incorrectly determining Kodi release name
128-
- Fix search window history navigation when using direct links
129-
- Fix Python2/Android incompatibilty when checking CPU count
130-
- Fix method used to determine address of local network interface
131-
- Fix potential infinite loop with corrupted access_manager.json
132-
- Various improvements to multiple busy dialog crash workarounds
133-
- Fallback to search listing when search query is empty
134-
- Fix debug log string formatting error
135-
- Fix duplicated separators in context menu
136-
- Fix Kodi builtin using wrong playlist type
137-
- Ensure http server is started prior to creating MPD for playback
138-
- Fix shuffle play of playlists not working
139-
- Fix plugin category label not being applied if content type not set
140-
- Fix Kodi navigating to root path of Video window if plugin listing fails
141-
- Fix l</news></extension>
117+
- Fix performance regression with channel filters
118+
- Fix regression preventing video playback from Kodi Info dialog
119+
- Fix exception in youtube.helper.v3.response_to_items when using Kodi 18 (Python 2)
120+
- Fix exception in YouTubeRequestClient.json_traverse when using Kodi 18 (Python 2)
121+
- Fix handling of custom Watch Later playlist in add to playlist dialog
122+
- Fix Liked video playlist not loading
123+
- Fix typo preventing some video only searches from working
124+
- Fix incorrect deletion of provider parameter in 10c3758
125+
- Fix possible hangs in multiple busy dialog workaround
126+
- Fix misidentifying channels in channel filter
127+
- Attempt to avoid race condition where user input occurs prior to window rerouting
128+
- Fix incorrectly referencing channels as playlist in My Subscriptions after db44928
129+
- Improve handling of invalid playlists in My Subscriptions after db44928
130+
- Update YouTube.get_related_videos and YouTube.get_related_for_home
131+
- Fix error with listing comments if number of replies is 1000+
132+
- Fix regression in opening playlists of logged in user
133+
- Fix regressions in checking channel filters
134+
- Clear old function cache values on initial run after install
135+
- Fix My Subscriptions not loading old or previously accessed content
136+
- Manually redirect video server requests if required
137+
- Improve logging of client ID
138+
- Fix possible exception that may occur if video thumbnails fail to update
139+
- Fix unsubscribing from My Subscriptions
140+
- Fix folders for channel shorts and live stream</news></extension>
142141
</addon>

0 commit comments

Comments
 (0)