Merge pull request #273 from galgeek/eldo_agree_too

add eldo.lu cookies dialog selector to defaults
This commit is contained in:
Barbara Miller 2024-03-13 11:44:12 -07:00 committed by GitHub
commit d72d8a622a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -207,6 +207,8 @@
- # default fallback behavior
url_regex: '^.*$'
behavior_js_template: umbraBehavior.js.j2
request_idle_timeout_sec: 10
default_parameters:
interval: 10
actions:
- selector: button.sc-button-play, .playButton, div.soundItem, .jwlist>a, audio, video
- selector: button#didomi-notice-agree-button, button.sc-button-play, .playButton, div.soundItem, .jwlist>a, audio, video

View File

@ -73,7 +73,7 @@ setuptools.setup(
"pillow>=5.2.0",
"urlcanon>=0.1.dev23",
"doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311",
"rethinkdb<2.4.10",
"rethinkdb==2.4.9",
"cerberus>=1.0.1",
"jinja2>=2.10",
"cryptography>=2.3",