diff options
Diffstat (limited to 'pyload/plugin/hoster/RapideoPl.py')
-rw-r--r-- | pyload/plugin/hoster/RapideoPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/RapideoPl.py b/pyload/plugin/hoster/RapideoPl.py index 35d4da0ad..8df0a9a4d 100644 --- a/pyload/plugin/hoster/RapideoPl.py +++ b/pyload/plugin/hoster/RapideoPl.py @@ -59,7 +59,7 @@ class RapideoPl(MultiHoster): return self.load(self.API_URL, post=query) - def handleFree(self, pyfile): + def handle_free(self, pyfile): try: data = self.runFileQuery(pyfile.url, 'fileinfo') |