1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

* no need to @Grab Jsoup anymore since it's embedded in the fatjar

This commit is contained in:
Reinhard Pointner 2013-08-07 02:59:21 +00:00
parent 018d4303c4
commit 1e35343c7e
3 changed files with 1 additions and 3 deletions

View File

@ -335,7 +335,7 @@
<h2>Download</h2>
<ul class="list">
<li class="ubuntu">Ubuntu App is available in the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li>
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_setup.exe'])" target="_blank" href="https://sourceforge.net/projects/filebot/files/filebot/HEAD/FileBot-setup.exe">FileBot_@{version}-setup.exe</a>
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_setup.exe'])" target="_blank" href="http://sourceforge.net/projects/filebot/files/filebot/HEAD/FileBot-setup.exe">FileBot_@{version}-setup.exe</a>
<li>Mac OS X app bundle: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.app'])" target="_blank" href="download.php?mode=s&amp;type=app">FileBot_@{version}.app</a></li>
<li>Debian packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i386.deb'])" target="_blank" href="download.php?mode=s&amp;type=deb&amp;arch=i386">filebot_@{version}_i386.deb</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_amd64.deb'])" target="_blank" href="download.php?mode=s&amp;type=deb&amp;arch=amd64">filebot_@{version}_amd64.deb</a></li>
<li>Embedded Linux packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_arm.ipk'])" target="_blank" href="download.php?mode=s&amp;type=ipkg&amp;arch=arm">filebot_@{version}_arm.ipk</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i686.ipk'])" target="_blank" href="download.php?mode=s&amp;type=ipkg&amp;arch=i686">filebot_@{version}_i686.ipk</a></li>

View File

@ -1,4 +1,3 @@
import static net.sourceforge.filebot.WebServices.*
import static groovy.json.StringEscapeUtils.*

View File

@ -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