summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RedtubeCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/RedtubeCom.py')
-rw-r--r--module/plugins/hoster/RedtubeCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RedtubeCom.py b/module/plugins/hoster/RedtubeCom.py
index b5897ac80..4d93e0149 100644
--- a/module/plugins/hoster/RedtubeCom.py
+++ b/module/plugins/hoster/RedtubeCom.py
@@ -3,13 +3,13 @@
import re
from module.plugins.internal.Hoster import Hoster
-from module.utils import html_unescape
+from module.plugins.internal.utils import html_unescape
class RedtubeCom(Hoster):
__name__ = "RedtubeCom"
__type__ = "hoster"
- __version__ = "0.22"
+ __version__ = "0.23"
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?redtube\.com/\d+'