Skip to content

Commit

Permalink
Merge pull request #273 from galgeek/eldo_agree_too
Browse files Browse the repository at this point in the history
add eldo.lu cookies dialog selector to defaults
  • Loading branch information
galgeek authored Mar 13, 2024
2 parents 691e91e + 4b00249 commit d72d8a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion brozzler/behaviors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def find_package_data(package):
"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",
Expand Down

0 comments on commit d72d8a6

Please sign in to comment.