Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
4b2b86cf
Commit
4b2b86cf
authored
Apr 24, 2019
by
Aria Givi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deleted debug lines
parent
0bed9200
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
app/Models/parserSkripte/Kelkoo.php
app/Models/parserSkripte/Kelkoo.php
+0
-3
No files found.
app/Models/parserSkripte/Kelkoo.php
View file @
4b2b86cf
...
...
@@ -15,7 +15,6 @@ class Kelkoo extends Searchengine
parent
::
__construct
(
$name
,
$engine
,
$metager
);
$this
->
unsignedGetString
=
$this
->
getString
;
$this
->
getString
=
$this
->
UrlSigner
(
$this
->
unsignedGetString
);
# var_dump($this->getString);
$this
->
hash
=
md5
(
$this
->
engine
->
host
.
$this
->
getString
.
$this
->
engine
->
port
.
$this
->
name
);
}
...
...
@@ -23,8 +22,6 @@ class Kelkoo extends Searchengine
public
function
loadResults
(
$result
)
{
$result
=
preg_replace
(
"/
\r\n
/si"
,
""
,
$result
);
# var_dump($result);
# die();
# delete namespace, allowing easier xpath access
$result
=
str_replace
(
'xmlns="urn:yahoo:prods"'
,
''
,
$result
);
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment