correção para urls que terminam com extensão .php

This commit is contained in:
Renan Bernordi 2025-02-08 00:56:06 -03:00
parent 8b3aae2985
commit b7921a2a97
2 changed files with 9 additions and 0 deletions

View file

@ -64,6 +64,9 @@ return [
'classElementRemove' => ['leaderboard__container'],
'fetchStrategies' => 'fetchFromSelenium',
],
'lepoint.fr' => [
'classElementRemove' => ['paywall'],
],
'fortune.com' => [
'classElementRemove' => ['latest-popular-module','own','drawer-menu'],
'fetchStrategies' => 'fetchFromSelenium',