diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-27 23:05:13 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-27 23:05:13 +0100 |
commit | aa0751bcfd995e308bcd586a6965c75e68b1274b (patch) | |
tree | 8eba27735d57ca5b7137588efe219f845734de17 /module/plugins/crypter/EmbeduploadCom.py | |
parent | [Api] Fix addPackage folder generator (diff) | |
download | pyload-aa0751bcfd995e308bcd586a6965c75e68b1274b.tar.xz |
Code cosmetics
Diffstat (limited to 'module/plugins/crypter/EmbeduploadCom.py')
-rw-r--r-- | module/plugins/crypter/EmbeduploadCom.py | 3 |
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 = [] |