VidScraper
Remove Dev Tools and Suggestions
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.0.3" provider-name="Oli Passey">
|
<addon id="plugin.video.blogscraper" name="VidGrab" version="0.0.4" provider-name="Oli Passey">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.19.0" />
|
<import addon="xbmc.python" version="2.19.0" />
|
||||||
<import addon="script.module.python.koding.aio" version="0.0.1"/>
|
<import addon="script.module.python.koding.aio" version="0.0.1"/>
|
||||||
|
|||||||
@@ -95,13 +95,13 @@ YOUTUBE_CHANNEL_ID_5 = "UCur4HQg-2EQltweoKQfwOfg"
|
|||||||
def Main_Menu():
|
def Main_Menu():
|
||||||
|
|
||||||
# If debug mode is enabled show the koding tutorials
|
# If debug mode is enabled show the koding tutorials
|
||||||
if debug == 'true':
|
# if debug == 'true':
|
||||||
Add_Dir ( '[COLOR=lime]Koding Tutorials[/COLOR]', '', "tutorials", True, '', '', '' )
|
# Add_Dir ( '[COLOR=lime]Koding Tutorials[/COLOR]', '', "tutorials", True, '', '', '' )
|
||||||
else:
|
# else:
|
||||||
Add_Dir ( '[COLOR=lime]Enable debug mode for some cool dev tools![/COLOR]', '', "koding_settings", False, '', '', '' )
|
# 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
|
# 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(
|
Add_Dir(
|
||||||
name="Support/Suggestions", url=my_message, mode="simple_dialog", folder=False,
|
name="Support/Suggestions", url=my_message, mode="simple_dialog", folder=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user