forked from Kolifanes/plugin.video.youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
37 lines (37 loc) · 2.41 KB
/
addon.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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="5.1.20.3" provider-name="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">
<summary lang="en">Plugin for YouTube</summary>
<description lang="en">YouTube is a one of the biggest video-sharing websites of the world.</description>
<summary lang="de">Plugin für YouTube</summary>
<description lang="de">YouTube ist ein 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 a 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>
<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=200735</forum>
<website>http://www.youtube.com</website>
<email>bromix at gmx dot net</email>
<source>https://github.com/bromix/plugin.video.youtube</source>
</extension>
</addon>