Skip to content

Commit fa04f58

Browse files
Update Lemin examle
1 parent e3f30fb commit fa04f58

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/lemin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$result = $solver->lemin([
1111
'captchaId' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
1212
'apiServer' => 'api.leminnow.com',
13-
'url' => 'http://sat2.aksigorta.com.tr',
13+
'url' => 'https://www.site.com/page/',
1414
]);
1515
} catch (\Exception $e) {
1616
die($e->getMessage());

examples/lemin_options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
$result->code = $solver->lemin([
1414
'captchaId' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
1515
'apiServer' => 'api.leminnow.com',
16-
'url' => 'http://sat2.aksigorta.com.tr',
16+
'url' => 'https://www.site.com/page/',
1717
'divId' => 'lemin-cropped-captcha',
1818
'proxy' => [
1919
'type' => 'HTTPS',

tests/LeminTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function testAllOptions()
1111
$params = [
1212
'captcha_id' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
1313
'api_server' => 'api.leminnow.com',
14-
'pageurl' => 'http://sat2.aksigorta.com.tr',
14+
'pageurl' => 'https://www.site.com/page/',
1515
'proxy' => [
1616
'type' => 'HTTPS',
1717
'uri' => 'username:str0ngP@$$W0rd@1.2.3.4:4321',
@@ -22,7 +22,7 @@ public function testAllOptions()
2222
'method' => 'lemin',
2323
'captcha_id' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
2424
'api_server' => 'api.leminnow.com',
25-
'pageurl' => 'http://sat2.aksigorta.com.tr',
25+
'pageurl' => 'https://www.site.com/page/',
2626
'proxy' => 'username:str0ngP@$$W0rd@1.2.3.4:4321',
2727
'proxytype' => 'HTTPS',
2828
'soft_id' => '4585',

0 commit comments

Comments
 (0)