Skip to content

Commit

Permalink
Update Lemin examle
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed Dec 4, 2024
1 parent e3f30fb commit fa04f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/lemin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$result = $solver->lemin([
'captchaId' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
'apiServer' => 'api.leminnow.com',
'url' => 'http://sat2.aksigorta.com.tr',
'url' => 'https://www.site.com/page/',
]);
} catch (\Exception $e) {
die($e->getMessage());
Expand Down
2 changes: 1 addition & 1 deletion examples/lemin_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$result->code = $solver->lemin([
'captchaId' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
'apiServer' => 'api.leminnow.com',
'url' => 'http://sat2.aksigorta.com.tr',
'url' => 'https://www.site.com/page/',
'divId' => 'lemin-cropped-captcha',
'proxy' => [
'type' => 'HTTPS',
Expand Down
4 changes: 2 additions & 2 deletions tests/LeminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function testAllOptions()
$params = [
'captcha_id' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
'api_server' => 'api.leminnow.com',
'pageurl' => 'http://sat2.aksigorta.com.tr',
'pageurl' => 'https://www.site.com/page/',
'proxy' => [
'type' => 'HTTPS',
'uri' => 'username:str0ngP@$$W0rd@1.2.3.4:4321',
Expand All @@ -22,7 +22,7 @@ public function testAllOptions()
'method' => 'lemin',
'captcha_id' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d',
'api_server' => 'api.leminnow.com',
'pageurl' => 'http://sat2.aksigorta.com.tr',
'pageurl' => 'https://www.site.com/page/',
'proxy' => 'username:str0ngP@$$W0rd@1.2.3.4:4321',
'proxytype' => 'HTTPS',
'soft_id' => '4585',
Expand Down

0 comments on commit fa04f58

Please sign in to comment.