Skip to content

Commit

Permalink
Update AnisearchBridge.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tone866 authored Mar 22, 2024
1 parent 50b4433 commit 5907f67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bridges/AnisearchBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public function collectData()
$headerimage = $domarticle->find('img#details-cover', 0);
$src = $headerimage->src;

//remove unwanted stuff
#foreach ($content->find('div.newsletter-signup') as $element) {
# $element->remove();
#}

$this->items[] = [
'title' => $title->plaintext,
'uri' => $url,
Expand Down

0 comments on commit 5907f67

Please sign in to comment.