diff options
| author | 2014-12-05 23:07:22 +0100 | |
|---|---|---|
| committer | 2014-12-05 23:07:22 +0100 | |
| commit | a10815fc0170b002016fe963d8145b2a4ad46e43 (patch) | |
| tree | 6dea1ae3831b3a90a5f68422cfd30e5518124c48 /module | |
| parent | [FileSharkPl] Cleanup (diff) | |
| download | pyload-a10815fc0170b002016fe963d8145b2a4ad46e43.tar.xz | |
[DodanePl] Typo fixup
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/hoster/DodanePl.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/module/plugins/hoster/DodanePl.py b/module/plugins/hoster/DodanePl.py index 7ce8d44af..58f1c02d8 100644 --- a/module/plugins/hoster/DodanePl.py +++ b/module/plugins/hoster/DodanePl.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, parseFileInfo  class DodanePl(DeadHoster):      __name__    = "DodanePl"      __type__    = "hoster" -    __version__ = "0.02" +    __version__ = "0.03"      __pattern__ = r'http://(?:www\.)?dodane\.pl/file/\d+' @@ -15,4 +15,4 @@ class DodanePl(DeadHoster):      __authors__     = [("z00nx", "z00nx0@gmail.com")] -getInfo = create_getInfo(DeadHoster) +getInfo = create_getInfo(DodanePl) | 
