diff options
Diffstat (limited to 'module/plugins/accounts/VidPlayNet.py')
-rw-r--r-- | module/plugins/accounts/VidPlayNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/VidPlayNet.py b/module/plugins/accounts/VidPlayNet.py index 904041939..286adfc13 100644 --- a/module/plugins/accounts/VidPlayNet.py +++ b/module/plugins/accounts/VidPlayNet.py @@ -13,4 +13,4 @@ class VidPlayNet(XFSPAccount): __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - HOSTER_URL = "http://www.vidplay.net/" + HOSTER_NAME = "vidplay.net" |