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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/FreevideoCz.py b/module/plugins/hoster/FreevideoCz.py
index dfa0eb01e..19eb77470 100644
--- a/module/plugins/hoster/FreevideoCz.py
+++ b/module/plugins/hoster/FreevideoCz.py
@@ -37,7 +37,7 @@ class FreevideoCz(Hoster):
__name__ = "FreevideoCz"
__type__ = "hoster"
__pattern__ = r"http://www.freevideo.cz/vase-videa/(.*)\.html"
- __version__ = "0.1"
+ __version__ = "0.2"
__description__ = """freevideo.cz"""
__author_name__ = ("zoidberg")
@@ -53,7 +53,7 @@ class FreevideoCz(Hoster):
self.html = self.load(pyfile.url, decode=True)
if re.search(self.FILE_OFFLINE_PATTERN, self.html):
- self.offline()
+ self.offline()
found = re.search(self.URL_PATTERN, self.html)
if found is None: self.fail("Parse error (URL)")
@@ -61,4 +61,4 @@ class FreevideoCz(Hoster):
pyfile.name = re.search(self.__pattern__, pyfile.url).group(1) + ".mp4"
- self.download(download_url) \ No newline at end of file
+ self.download(download_url)