summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/EmbeduploadCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-27 23:05:13 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-27 23:05:13 +0100
commitaa0751bcfd995e308bcd586a6965c75e68b1274b (patch)
tree8eba27735d57ca5b7137588efe219f845734de17 /module/plugins/crypter/EmbeduploadCom.py
parent[Api] Fix addPackage folder generator (diff)
downloadpyload-aa0751bcfd995e308bcd586a6965c75e68b1274b.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/crypter/EmbeduploadCom.py')
-rw-r--r--module/plugins/crypter/EmbeduploadCom.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/plugins/crypter/EmbeduploadCom.py b/module/plugins/crypter/EmbeduploadCom.py
index b968bb86d..ea29891b9 100644
--- a/module/plugins/crypter/EmbeduploadCom.py
+++ b/module/plugins/crypter/EmbeduploadCom.py
@@ -45,9 +45,6 @@ class EmbeduploadCom(Crypter):
tmp_links.extend([x[1] for x in m if x[0] not in ignored_set])
self.urls = self.getLocation(tmp_links)
- if not self.urls:
- self.fail(_("Could not extract any links"))
-
def getLocation(self, tmp_links):
new_links = []