mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[enh] fix content fetching, parse published date from description
This commit is contained in:
parent
a959977ab4
commit
4508c96667
2 changed files with 40 additions and 9 deletions
|
@ -42,7 +42,7 @@ class TestStartpageEngine(SearxTestCase):
|
|||
</a>
|
||||
<span id='title_stars_2' name='title_stars_2'> </span>
|
||||
</h3>
|
||||
<p class='desc'>
|
||||
<p class='desc clk'>
|
||||
This should be the content.
|
||||
</p>
|
||||
<p>
|
||||
|
@ -78,7 +78,7 @@ class TestStartpageEngine(SearxTestCase):
|
|||
</a>
|
||||
<span id='title_stars_2' name='title_stars_2'> </span>
|
||||
</h3>
|
||||
<p class='desc'>
|
||||
<p class='desc clk'>
|
||||
This should be the content.
|
||||
</p>
|
||||
<p>
|
||||
|
@ -101,7 +101,7 @@ class TestStartpageEngine(SearxTestCase):
|
|||
<h3>
|
||||
<span id='title_stars_2' name='title_stars_2'> </span>
|
||||
</h3>
|
||||
<p class='desc'>
|
||||
<p class='desc clk'>
|
||||
This should be the content.
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue