diff --git a/.gitignore b/.gitignore index 50fdd63..19e226e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,20 @@ +# General (Windows) +Thumbs.db desktop.ini -.vscode/ \ No newline at end of file + +# General (MacOS) +.DS_Store +._* + +# VSCode Directory +.vscode/ + +# Dependency directories +node_modules/ + +# Log +float.log + +# User / Script generated settings +videos.json +partial.json \ No newline at end of file diff --git a/float.js b/float.js index 87b9f63..630b9c6 100644 --- a/float.js +++ b/float.js @@ -489,7 +489,7 @@ function parseKey() { // Get the key used to download videos checkAuth().then(constructCookie).then(parseKey).then(resolve) } else { if (settings.autoFetchServer) { - settings.floatplaneServer = body.slice(1, body.lastIndexOf('floatplaneclub.com')+18).replace('Edge01', 'Edge02'); + settings.floatplaneServer = body.slice(1, body.lastIndexOf('floatplane.com')+18).replace('Edge01', 'Edge02'); } settings.key = body.replace(/.*wmsAuthSign=*/, '') // Strip everything except for the key from the generated url fLog("Init-Key > Key Fetched")