mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-06 05:24:19 -04:00
Make Umbra click on 'Load More' button for youtube pages
This commit is contained in:
parent
54d92f88b0
commit
fe81aa4ff2
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ behaviors:
|
|||
url_regex: '^https?://(?:www\.)?christophercerrone.com/.*$'
|
||||
click_css_selector: button.playButton.medium
|
||||
request_idle_timeout_sec: 10
|
||||
- # https://webarchive.jira.com/browse/ARI-4690
|
||||
url_regex: '^https?://(?:www\.)?youtube.com/.*$'
|
||||
click_css_selector: span.load-more-text
|
||||
request_idle_timeout_sec: 10
|
||||
- # default fallback brhavior
|
||||
url_regex: '^.*$'
|
||||
request_idle_timeout_sec: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue