summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter')
-rw-r--r--pyload/plugins/crypter/DuckCryptInfo.py2
-rw-r--r--pyload/plugins/crypter/HoerbuchIn.py2
-rw-r--r--pyload/plugins/crypter/SafelinkingNet.py2
-rw-r--r--pyload/plugins/crypter/SerienjunkiesOrg.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/pyload/plugins/crypter/DuckCryptInfo.py b/pyload/plugins/crypter/DuckCryptInfo.py
index a7afa2d22..63340f2ed 100644
--- a/pyload/plugins/crypter/DuckCryptInfo.py
+++ b/pyload/plugins/crypter/DuckCryptInfo.py
@@ -2,7 +2,7 @@
import re
-from pyload.lib.BeautifulSoup import BeautifulSoup
+from BeautifulSoup import BeautifulSoup
from pyload.plugins.Crypter import Crypter
diff --git a/pyload/plugins/crypter/HoerbuchIn.py b/pyload/plugins/crypter/HoerbuchIn.py
index 7c934a6f2..fa8e1dc34 100644
--- a/pyload/plugins/crypter/HoerbuchIn.py
+++ b/pyload/plugins/crypter/HoerbuchIn.py
@@ -2,7 +2,7 @@
import re
-from pyload.lib.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
+from BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
from pyload.plugins.Crypter import Crypter
diff --git a/pyload/plugins/crypter/SafelinkingNet.py b/pyload/plugins/crypter/SafelinkingNet.py
index 62dcc6021..543fb32fb 100644
--- a/pyload/plugins/crypter/SafelinkingNet.py
+++ b/pyload/plugins/crypter/SafelinkingNet.py
@@ -4,7 +4,7 @@ import re
from pycurl import FOLLOWLOCATION
-from pyload.lib.BeautifulSoup import BeautifulSoup
+from BeautifulSoup import BeautifulSoup
from pyload.common.json_layer import json_loads
from pyload.plugins.Crypter import Crypter
diff --git a/pyload/plugins/crypter/SerienjunkiesOrg.py b/pyload/plugins/crypter/SerienjunkiesOrg.py
index c7f7b1892..a1745c6c9 100644
--- a/pyload/plugins/crypter/SerienjunkiesOrg.py
+++ b/pyload/plugins/crypter/SerienjunkiesOrg.py
@@ -5,7 +5,7 @@ import re
from time import sleep
-from pyload.lib.BeautifulSoup import BeautifulSoup
+from BeautifulSoup import BeautifulSoup
from pyload.plugins.Crypter import Crypter
from pyload.unescape import unescape