add cnn selenium

This commit is contained in:
Renan Bernordi 2025-08-16 21:56:20 -03:00
parent 734acedecb
commit ef2827a6d2

View file

@ -81,6 +81,9 @@ return [
'classElementRemove' => ['leaderboard__container'], 'classElementRemove' => ['leaderboard__container'],
'fetchStrategies' => 'fetchFromSelenium', 'fetchStrategies' => 'fetchFromSelenium',
], ],
'cnn.com' => [
'fetchStrategies' => 'fetchFromSelenium',
],
'lepoint.fr' => [ 'lepoint.fr' => [
'classElementRemove' => ['paywall'], 'classElementRemove' => ['paywall'],
], ],