Extract data from sputnik

The click item runs until March 28-28 and then stops, without starting to extract the news. Who knows what the problem may be?

{"_id":"sputnikteste","startUrl":["https://sputniknews.com/archive/20200417/"],"selectors":[{"id":"click","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".b-plainlist__title a","multiple":true,"delay":"5000","clickElementSelector":"a.b-btn","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":".b-plainlist__title a","multiple":true,"delay":0},{"id":"data","type":"SelectorText","parentSelectors":["link"],"selector":"time[itemprop='dateCreated']","multiple":false,"regex":"","delay":0},{"id":"titlu","type":"SelectorText","parentSelectors":["link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"lead","type":"SelectorText","parentSelectors":["link"],"selector":"[itemprop='description'] p","multiple":false,"regex":"","delay":0},{"id":"corp","type":"SelectorText","parentSelectors":["link"],"selector":"[itemprop='articleBody'] p, blockquote:nth-of-type(n+2)","multiple":false,"regex":"","delay":0}]}

Try the sitemap below. It will get the first 42 stories. You can change the number in the click selector:
li.b-plainlist__item:nth-of-type(-n+42)

Note that it will take some time to click on all the Get More buttons first. I used Page load delay: 6000

Sitemap:
{"_id":"forum-sputnikteste","startUrl":["https://sputniknews.com/archive/20200417/"],"selectors":[{"id":"Click Get More","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"li.b-plainlist__item:nth-of-type(-n+42)","multiple":true,"delay":"4500","clickElementSelector":"a.b-btn","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"link","type":"SelectorLink","parentSelectors":["Click Get More"],"selector":".b-plainlist__title a","multiple":true,"delay":0},{"id":"data","type":"SelectorText","parentSelectors":["link"],"selector":"time[itemprop='dateCreated']","multiple":false,"regex":"","delay":0},{"id":"titlu","type":"SelectorText","parentSelectors":["link"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"lead","type":"SelectorText","parentSelectors":["link"],"selector":"[itemprop='description'] p","multiple":false,"regex":"","delay":0},{"id":"corp","type":"SelectorText","parentSelectors":["link"],"selector":"[itemprop='articleBody'] p, blockquote:nth-of-type(n+2)","multiple":false,"regex":"","delay":0}]}