summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/jd/captcha/methods/bstmvss
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jdownloader/jd/captcha/methods/bstmvss')
-rw-r--r--bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml44
-rw-r--r--bin/jdownloader/jd/captcha/methods/bstmvss/example.pngbin17272 -> 0 bytes
-rw-r--r--bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml4
-rw-r--r--bin/jdownloader/jd/captcha/methods/bstmvss/script.jas41
4 files changed, 0 insertions, 89 deletions
diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml b/bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml
deleted file mode 100644
index fc245d2..0000000
--- a/bin/jdownloader/jd/captcha/methods/bstmvss/CPoints.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java version="1.6.0_0" class="java.beans.XMLDecoder">
- <object class="java.util.Vector">
- <void method="add">
- <object class="jd.captcha.easy.CPoint">
- <void property="color">
- <int>16711680</int>
- </void>
- <void property="colorDistanceMode">
- <byte>3</byte>
- </void>
- <void property="distance">
- <int>1</int>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="jd.captcha.easy.CPoint">
- <void property="colorDistanceMode">
- <byte>3</byte>
- </void>
- <void property="distance">
- <int>1</int>
- </void>
- </object>
- </void>
- <void method="add">
- <object class="jd.captcha.easy.CPoint">
- <void property="color">
- <int>13688545</int>
- </void>
- <void property="colorDistanceMode">
- <byte>3</byte>
- </void>
- <void property="distance">
- <int>300</int>
- </void>
- <void property="foreground">
- <boolean>false</boolean>
- </void>
- </object>
- </void>
- </object>
-</java>
diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/example.png b/bin/jdownloader/jd/captcha/methods/bstmvss/example.png
deleted file mode 100644
index 267d360..0000000
--- a/bin/jdownloader/jd/captcha/methods/bstmvss/example.png
+++ /dev/null
Binary files differ
diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml b/bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml
deleted file mode 100644
index 3931790..0000000
--- a/bin/jdownloader/jd/captcha/methods/bstmvss/jacinfo.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<jDownloader>
-<method name="best-movies.us" author="DwD" services="best-movies.us" />
-<format type="png" letterNum="5" />
-</jDownloader>
diff --git a/bin/jdownloader/jd/captcha/methods/bstmvss/script.jas b/bin/jdownloader/jd/captcha/methods/bstmvss/script.jas
deleted file mode 100644
index db25ab3..0000000
--- a/bin/jdownloader/jd/captcha/methods/bstmvss/script.jas
+++ /dev/null
@@ -1,41 +0,0 @@
-#####-------------------------------------JAC-Script--------------------------------------#####
-##### Automatisch erstellt mit EasyCaptcha #####
-##### #####
-##### #####
-#####################################---EasyCaptcha--######################################
-
-
-param.simplifyFaktor = 1;
-param.trainOnlyUnknown=true;
-param.colorType = RGB;
-
-
-param.borderVarianceX=5;
-param.borderVarianceY=5;
-param.scanVarianceX=5;
-param.scanVarianceY=5;
-
-param.intersectionDimensionWeight=6.0;
-
-param.scanAngleLeft=0;
-param.scanAngleRight=0;
-param.scanAngleSteps=0;
-
-param.errorAWeight=4;
-param.errorBWeight=4;
-
-param.coverageFaktorAWeight=1;
-param.coverageFaktorBWeight=0.2;
-
-param.LetterSearchLimitPerfectPercent=4;
-param.quickScanReliabilityLimit=3.0;
-param.quickScanValityLimit=6;
-param.preScanFilter=60;
-param.preScanFaktor=3;
-param.preScanEmergencyFilter=80;
-param.objectColorContrast = 0.3;
-param.objectDetectionContrast = 0.5;
-param.relativecontrast=0.85;
-param.autoLetterNum=true;
-param.useSpecialGetLetters=BstmVss.getLetters;
-param.useLetterFilter=BstmVss.letterFilter;