summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FreevideoCz.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-24 17:16:34 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-24 17:16:34 +0100
commit3ae2fbb170ad0f2bfe1ebf7f59e76d3645861f0a (patch)
treeb01e2c881aaf744aaab0af613a7a26e7129f2028 /module/plugins/hoster/FreevideoCz.py
parententer captchas on webui (diff)
parentRapidgator: fixed bug #47 (diff)
downloadpyload-3ae2fbb170ad0f2bfe1ebf7f59e76d3645861f0a.tar.xz
Merge remote-tracking branch 'origin/stable'
Conflicts: module/plugins/accounts/FilesonicCom.py module/plugins/accounts/OronCom.py module/plugins/accounts/ShareonlineBiz.py module/plugins/addons/UpdateManager.py module/plugins/crypter/FilesonicComFolder.py module/plugins/hoster/BezvadataCz.py module/plugins/hoster/EuroshareEu.py module/plugins/hoster/FilesonicCom.py module/plugins/hoster/MegauploadCom.py module/plugins/hoster/Premium4Me.py module/plugins/hoster/YoutubeCom.py module/plugins/internal/MultiHoster.py module/utils.py
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)