[New AddOn] DEFCON Talks

Additiona of new plugins to pull DefCon Videos from YouTube
This commit is contained in:
Oli Passey
2017-12-27 00:06:37 +00:00
parent bddab64ddf
commit cb6cc09b75
16 changed files with 898 additions and 1 deletions

View File

@@ -63,6 +63,27 @@
</extension>
</addon>
<addon id="plugin.video.defconconf" name="DEF CON Talks" version="0.1.3" provider-name="Oli Passey">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.python.koding.aio" version="0.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Talks and Presentations from the DEF CON Hacking Conference in Las Vegas</summary>
<description lang="en"></description>
<platform>all</platform>
<forum></forum>
<website>https://olipassey.me.uk</website>
<news></news>
<genre>tech,uk</genre>
<video_guide></video_guide>
<video_preview></video_preview>
</extension>
</addon>
<addon id="plugin.video.londonlive" name="London Live" version="0.4" provider-name="DoubleT">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@@ -1 +1 @@
603e4c64779226b0f3ce931ad3e5fe21
ae237299afdff2defad6bd55f6787f90

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.defconconf" name="DEF CON Talks" version="0.1.3" provider-name="Oli Passey">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.python.koding.aio" version="0.0.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Talks and Presentations from the DEF CON Hacking Conference in Las Vegas</summary>
<description lang="en"></description>
<platform>all</platform>
<forum></forum>
<website>https://olipassey.me.uk</website>
<news></news>
<genre>tech,uk</genre>
<video_guide></video_guide>
<video_preview></video_preview>
</extension>
</addon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB