diff options
-rw-r--r-- | pyload/plugins/hoster/ShareonlineBiz.py | 5 | ||||
-rw-r--r-- | pyload/plugins/hoster/SimplydebridCom.py | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/pyload/plugins/hoster/ShareonlineBiz.py b/pyload/plugins/hoster/ShareonlineBiz.py index 67f373962..f53834231 100644 --- a/pyload/plugins/hoster/ShareonlineBiz.py +++ b/pyload/plugins/hoster/ShareonlineBiz.py @@ -1,10 +1,7 @@ # -*- coding: utf-8 -*- import re -from base64 import b64decode -import hashlib -import random -from time import time, sleep +from time import time from module.plugins.Hoster import Hoster from module.network.RequestFactory import getURL diff --git a/pyload/plugins/hoster/SimplydebridCom.py b/pyload/plugins/hoster/SimplydebridCom.py index 2f2f666ba..2aab12e04 100644 --- a/pyload/plugins/hoster/SimplydebridCom.py +++ b/pyload/plugins/hoster/SimplydebridCom.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from urllib import quote, unquote import re from module.plugins.Hoster import Hoster |