VidScraper Update
Removed Popups and debug
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.1" provider-name="Oli Passey">
|
||||
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.1.1" provider-name="Oli Passey">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.19.0" />
|
||||
<import addon="script.module.python.koding.aio" version="0.0.1"/>
|
||||
@@ -84,6 +84,27 @@
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
<addon id="plugin.video.vidscraper" name="VidScraper2" version="0.0.1" provider-name="olipassey">
|
||||
<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">Looking at code for scraping stuff from my blog</summary>
|
||||
<description lang="en"></description>
|
||||
<platform>all</platform>
|
||||
<forum>http://www.noobsandnerds.com/support</forum>
|
||||
<website>www.noobsandnerds.com</website>
|
||||
<news></news>
|
||||
<genre>tech,uk</genre>
|
||||
<video_guide></video_guide>
|
||||
<video_preview></video_preview>
|
||||
</extension>
|
||||
</addon>
|
||||
|
||||
<addon id="plugin.video.wnhq"
|
||||
name="WhiteNoiseHQ"
|
||||
version="0.3"
|
||||
|
||||
@@ -1 +1 @@
|
||||
8730796bf3307d14598df24bbc10a32c
|
||||
11ac1d7332c4269381e5f055db8ee31a
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.1" provider-name="Oli Passey">
|
||||
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.1.1" provider-name="Oli Passey">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.19.0" />
|
||||
<import addon="script.module.python.koding.aio" version="0.0.1"/>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 326 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 106 KiB |
BIN
zips/plugin.video.blogscraper/plugin.video.blogscraper-0.1.1.zip
Normal file
BIN
zips/plugin.video.blogscraper/plugin.video.blogscraper-0.1.1.zip
Normal file
Binary file not shown.
21
zips/plugin.video.vidscraper/addon.xml
Normal file
21
zips/plugin.video.vidscraper/addon.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.vidscraper" name="VidScraper2" version="0.0.1" provider-name="olipassey">
|
||||
<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">Looking at code for scraping stuff from my blog</summary>
|
||||
<description lang="en"></description>
|
||||
<platform>all</platform>
|
||||
<forum>http://www.noobsandnerds.com/support</forum>
|
||||
<website>www.noobsandnerds.com</website>
|
||||
<news></news>
|
||||
<genre>tech,uk</genre>
|
||||
<video_guide></video_guide>
|
||||
<video_preview></video_preview>
|
||||
</extension>
|
||||
</addon>
|
||||
BIN
zips/plugin.video.vidscraper/fanart.jpg
Normal file
BIN
zips/plugin.video.vidscraper/fanart.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 326 KiB |
BIN
zips/plugin.video.vidscraper/icon.png
Normal file
BIN
zips/plugin.video.vidscraper/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
BIN
zips/plugin.video.vidscraper/plugin.video.vidscraper-0.0.1.zip
Normal file
BIN
zips/plugin.video.vidscraper/plugin.video.vidscraper-0.0.1.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user