(self)
| 46 | BUILTIN_CRYPTERS = ["junocloud.me", "rapidfileshare.net"] |
| 47 | |
| 48 | def activate(self): |
| 49 | for type, plugin in (("hoster", "XFileSharing"), |
| 50 | ("crypter", "XFileSharingFolder")): |
| 51 | self._load(type, plugin) |
| 52 | |
| 53 | def deactivate(self): |
| 54 | for type, plugin in (("hoster", "XFileSharing"), |