summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FreevideoCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FreevideoCz.py')
-rw-r--r--module/plugins/hoster/FreevideoCz.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/FreevideoCz.py b/module/plugins/hoster/FreevideoCz.py
index 19eb77470..c5da074ed 100644
--- a/module/plugins/hoster/FreevideoCz.py
+++ b/module/plugins/hoster/FreevideoCz.py
@@ -20,6 +20,7 @@ import re
from module.plugins.Hoster import Hoster
from module.network.RequestFactory import getURL
+
def getInfo(urls):
result = []
@@ -33,6 +34,7 @@ def getInfo(urls):
result.append((url, 0, 2, url))
yield result
+
class FreevideoCz(Hoster):
__name__ = "FreevideoCz"
__type__ = "hoster"