forked from jdf76/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
executable file
·69 lines (68 loc) · 4.18 KB
/
addons.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.youtube" name="YouTube" version="5.3.4" provider-name="jdf76, bromix">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<news>
- Added MPEG-DASH support for Kodi 17 w/ inputstream.mpd Add-on
- Added optional History and Watch Later custom playlist to Settings -> Folders, or (My)Playlists context menu to set/remove
- Added Maintenance section to Settings
- Added 'Subtitle language(s) to download' selection to Settings -> General
- API key set switching from Settings -> API (this will log you out)
- Dual login only required if My Subscriptions folder is enabled at sign-in
- API Tweaking and Various other Updates
</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<summary lang="en">Plugin for YouTube</summary>
<description lang="en">YouTube is one of the biggest video-sharing websites of the world.</description>
<summary lang="de">Plugin für YouTube</summary>
<description lang="de">YouTube ist eines der größten Video-Sharing-Websites der Welt.</description>
<summary lang="pl">Wtyczka YouTube</summary>
<description lang="pl">YouTube jest jednym z największych na świecie serwisów udostępniania wideo.</description>
<summary lang="hu">Kiegészítő a YouTube-hoz</summary>
<description lang="hu">A YouTube világ egyik legnagyobb videómegosztó weboldala.</description>
<summary lang="es">Plugin para YouTube</summary>
<description lang="es">YouTube es un uno de los mayores sitios web de intercambio de vídeos del mundo.</description>
<summary lang="ru">Видеодополнение YouTube</summary>
<description lang="ru">Данное дополнение позволяет находить и смотреть видео на всеми любимом сайте.</description>
<summary lang="fr">Plugin pour YouTube</summary>
<description lang="fr">YouTube est l'un des plus grands sites de partage vidéos du monde.</description>
<summary lang="zh">YouTube附加元件</summary>
<description lang="zh">「Youtube」是全世界最大的影片分享網站</description>
<summary lang="bg">Добавка за YouTube</summary>
<description lang="bg">YouTube е един от най-големите уеб сайтове за споделяне на видео в целия свят.</description>
<summary lang="el">Πρόσθετο YouTube</summary>
<description lang="el">Το YouTube είναι μία από τις μεγαλύτερες ιστοσελίδες διαμοιρασμού βίντεο στον κόσμο.</description>
<summary lang="no">Tillegg for YouTube</summary>
<description lang="no">YouTube er en av verdens største nettsider for videodeling.</description>
<disclaimer lang="en"></disclaimer>
<language></language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.kodi.tv/showthread.php?tid=267160</forum>
<website>http://www.youtube.com</website>
<email>ytplugin at datanet dot ws</email>
<source>https://github.com/Kolifanes/plugin.video.youtube</source>
</extension>
</addon>
<addon id="repository.ytplugin" name="Youtube Addon Repo" version="1.0" provider-name="Jeffrey Frasure">
<extension point="xbmc.addon.repository" name="Youtube Addon Repository">
<info compressed="false">https://github.com/jdf76/repository/raw/master/addons.xml</info>
<checksum>https://github.com/jdf76/repository/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/jdf76/repository/raw/master/zips</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install Kodis Youtube Addons</summary>
<description>Download and install addons from the Kodi Youtube group. This plugin is not official from Google.</description>
<platform>all</platform>
</extension>
</addon>
</addons>