diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 088ad73..39aad2b 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -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 diff --git a/setup.py b/setup.py index e641ad8..afbc1f3 100644 --- a/setup.py +++ b/setup.py @@ -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",