From 8e3291a1b0393648f34ef02e54a96f10e0f90483 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 16 Nov 2013 12:49:39 +0100 Subject: [PATCH] bithdtv, Import correct functions --- couchpotato/core/providers/torrent/bithdtv/__init__.py | 2 +- couchpotato/core/providers/torrent/bithdtv/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/providers/torrent/bithdtv/__init__.py b/couchpotato/core/providers/torrent/bithdtv/__init__.py index 7803419d..2c7af031 100644 --- a/couchpotato/core/providers/torrent/bithdtv/__init__.py +++ b/couchpotato/core/providers/torrent/bithdtv/__init__.py @@ -52,4 +52,4 @@ config = [{ ], }, ], -}] \ No newline at end of file +}] diff --git a/couchpotato/core/providers/torrent/bithdtv/main.py b/couchpotato/core/providers/torrent/bithdtv/main.py index 117eee99..2cacff3d 100644 --- a/couchpotato/core/providers/torrent/bithdtv/main.py +++ b/couchpotato/core/providers/torrent/bithdtv/main.py @@ -1,5 +1,5 @@ from bs4 import BeautifulSoup -from couchpotato.core.helpers.encoding import tryUrlencode +from couchpotato.core.helpers.encoding import tryUrlencode, toUnicode from couchpotato.core.helpers.variable import tryInt from couchpotato.core.logger import CPLog from couchpotato.core.providers.torrent.base import TorrentProvider