diff --git a/website/index.html b/website/index.html
index caa42bac..febfcb64 100644
--- a/website/index.html
+++ b/website/index.html
@@ -335,7 +335,7 @@
Download
- Ubuntu App is available in the Ubuntu Software Center
- - Windows installer: FileBot_@{version}-setup.exe
+
- Windows installer: FileBot_@{version}-setup.exe
- Mac OS X app bundle: FileBot_@{version}.app
- Debian packages: filebot_@{version}_i386.deb or filebot_@{version}_amd64.deb
- Embedded Linux packages: filebot_@{version}_arm.ipk or filebot_@{version}_i686.ipk
diff --git a/website/scripts/lib/htpc.groovy b/website/scripts/lib/htpc.groovy
index 1417e553..20f2bdff 100644
--- a/website/scripts/lib/htpc.groovy
+++ b/website/scripts/lib/htpc.groovy
@@ -1,4 +1,3 @@
-
import static net.sourceforge.filebot.WebServices.*
import static groovy.json.StringEscapeUtils.*
diff --git a/website/scripts/lib/scraper.groovy b/website/scripts/lib/scraper.groovy
index 1b673a96..76fd8f23 100644
--- a/website/scripts/lib/scraper.groovy
+++ b/website/scripts/lib/scraper.groovy
@@ -2,7 +2,6 @@
* MyEpisodes
* http://www.myepisodes.com
****************************************************************************/
-@Grab(group='org.jsoup', module='jsoup', version='1.7.1')
import org.jsoup.Jsoup
import org.jsoup.Connection.Method
import net.sourceforge.filebot.Cache