bithdtv, Import correct functions

This commit is contained in:
Ruud
2013-11-16 12:49:39 +01:00
parent 89c04902e8
commit 8e3291a1b0
2 changed files with 2 additions and 2 deletions

View File

@@ -52,4 +52,4 @@ config = [{
],
},
],
}]
}]

View File

@@ -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