diff options
Diffstat (limited to 'crocoite/data')
-rw-r--r-- | crocoite/data/click.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
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 |