summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r--pyLoadCore.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 84d1322dd..25c9ae191 100644
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -246,6 +246,10 @@ class Core(object):
sleep(1)
exit()
+
+ def add_links(self, links):
+ self.file_list.extend(links)
+ self.file_list.save()
if __name__ == "__main__":
testLoader = Core()