diff options
| author | 2013-03-30 21:20:35 +0100 | |
|---|---|---|
| committer | 2013-03-30 21:20:35 +0100 | |
| commit | 3634f7f678ed58becda172192536f756a61b2ec1 (patch) | |
| tree | ee64620367366baa3172b182ab70b798dd188d1d /module/plugins/crypter | |
| parent | New hoster: FilerNet (diff) | |
| download | pyload-3634f7f678ed58becda172192536f756a61b2ec1.tar.xz | |
Two plugins updated to avoid errors in 0.5
Diffstat (limited to 'module/plugins/crypter')
| -rw-r--r-- | module/plugins/crypter/UlozToFolder.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/UlozToFolder.py b/module/plugins/crypter/UlozToFolder.py index c6672ea8c..814d5240d 100644 --- a/module/plugins/crypter/UlozToFolder.py +++ b/module/plugins/crypter/UlozToFolder.py @@ -7,7 +7,7 @@ class UlozToFolder(Crypter):      __name__ = "UlozToFolder"      __type__ = "crypter"      __pattern__ = r"http://.*(uloz\.to|ulozto\.(cz|sk|net)|bagruj.cz|zachowajto.pl)/(m|soubory)/.*" -    __version__ = "0.1a" +    __version__ = "0.2"      __description__ = """Uloz.to Folder Plugin"""      __author_name__ = ("zoidberg")      __author_mail__ = ("zoidberg@mujmail.cz")  | 
