From 21fe1ab5c3f9ab0e18ce3a24687e4ecc7a625609 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 2 May 2019 09:30:02 +0300 Subject: behavior: Load more content on steamcommunity.com --- crocoite/data/click.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crocoite/data/click.yaml b/crocoite/data/click.yaml index d7270bf..1081b0e 100644 --- a/crocoite/data/click.yaml +++ b/crocoite/data/click.yaml @@ -101,4 +101,10 @@ selector: - description: Load more comments urls: ["http://www.gamasutra.com/blogs/RaminShokrizade/20130626/194933/The_Top_F2P_Monetization_Tricks.php"] selector: div#dynamiccomments div.viewTopCmts a - +--- +match: ^(www\.)?steamcommunity\.com$ +selector: + - description: Load more content + urls: ["https://steamcommunity.com/app/252950/reviews/?p=1&browsefilter=toprated&filterLanguage=all"] + selector: "#GetMoreContentBtn a" + multi: True -- cgit v1.2.3