diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-05-02 09:30:02 +0300 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-05-02 09:30:02 +0300 |
commit | 21fe1ab5c3f9ab0e18ce3a24687e4ecc7a625609 (patch) | |
tree | d77ede044eb17f0e474f1733eab088662ddd20fb /crocoite/data | |
parent | cb1d9e40ce99fd6c5d045e13e10619c8a24f12e8 (diff) | |
download | crocoite-21fe1ab5c3f9ab0e18ce3a24687e4ecc7a625609.tar.gz crocoite-21fe1ab5c3f9ab0e18ce3a24687e4ecc7a625609.tar.bz2 crocoite-21fe1ab5c3f9ab0e18ce3a24687e4ecc7a625609.zip |
behavior: Load more content on steamcommunity.com
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 |