Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
7f9ad588
Commit
7f9ad588
authored
Sep 26, 2017
by
Karl Hasselbring
Browse files
Merge branch 'master' into 503-quicktips-neu-per-ajax
parents
e04e830b
3e5101ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/parserSkripte/Fastbot.php
View file @
7f9ad588
...
@@ -26,6 +26,7 @@ class Fastbot extends Searchengine
...
@@ -26,6 +26,7 @@ class Fastbot extends Searchengine
if
(
strlen
(
$line
)
>
0
)
{
if
(
strlen
(
$line
)
>
0
)
{
# Hier bekommen wir jedes einzelne Ergebnis
# Hier bekommen wir jedes einzelne Ergebnis
$result
=
explode
(
"|:|"
,
$line
);
$result
=
explode
(
"|:|"
,
$line
);
if
(
count
(
$result
)
<
4
)
continue
;
$link
=
$result
[
1
];
$link
=
$result
[
1
];
$link
=
substr
(
$link
,
strpos
(
$link
,
"href=
\"
"
)
+
6
);
$link
=
substr
(
$link
,
strpos
(
$link
,
"href=
\"
"
)
+
6
);
$link
=
substr
(
$link
,
0
,
strpos
(
$link
,
"
\"
"
));
$link
=
substr
(
$link
,
0
,
strpos
(
$link
,
"
\"
"
));
...
...
Write
Preview
Supports
Markdown
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