VidScraoer

Unbreak the ting!
This commit is contained in:
Oli Passey
2017-12-04 19:22:31 +00:00
parent c9088e7e2b
commit 47c1f76aa8
6 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.0.4" provider-name="Oli Passey">
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.0.5" provider-name="Oli Passey">
<requires>
<import addon="xbmc.python" version="2.19.0" />
<import addon="script.module.python.koding.aio" version="0.0.1"/>

View File

@@ -95,13 +95,13 @@ YOUTUBE_CHANNEL_ID_5 = "UCur4HQg-2EQltweoKQfwOfg"
def Main_Menu():
# If debug mode is enabled show the koding tutorials
# if debug == 'true':
# Add_Dir ( '[COLOR=lime]Koding Tutorials[/COLOR]', '', "tutorials", True, '', '', '' )
# else:
# Add_Dir ( '[COLOR=lime]Enable debug mode for some cool dev tools![/COLOR]', '', "koding_settings", False, '', '', '' )
#
if debug == 'true':
Add_Dir ( '[COLOR=lime]Koding Tutorials[/COLOR]', '', "tutorials", True, '', '', '' )
else:
Add_Dir ( '[COLOR=lime]Enable debug mode for some cool dev tools![/COLOR]', '', "koding_settings", False, '', '', '' )
# An example title/message we're going to send through to a popup dialog in the first Add_Dir item
# my_message= "{'title' : 'Support & Suggestions', 'msg' : \"If you come across any online content you'd like to get added please use the support thread at noobsandnerds.com and I'll be happy to look into it for you.\"}"
my_message= "{'title' : 'Support & Suggestions', 'msg' : \"If you come across any online content you'd like to get added please use the support thread at noobsandnerds.com and I'll be happy to look into it for you.\"}"
Add_Dir(
name="Support/Suggestions", url=my_message, mode="simple_dialog", folder=False,