Selecting links from specific domain url in a page

how can I choose all rapidgator links in one selector (can be html, or something else)?
thanks

example link: https://movieparadise.org/movies/paths-of-glory/

{"_id":"mparadise","startUrl":["https://movieparadise.org/movies/page/[1-5306]"],"selectors":[{"id":"links","type":"SelectorLink","parentSelectors":["_root"],"selector":".animation-2 h3 a","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["links"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"ratingvote","type":"SelectorText","parentSelectors":["links"],"selector":"b#repimdb1","multiple":false,"regex":"","delay":0},{"id":"imdb","type":"SelectorLink","parentSelectors":["links"],"selector":"a[target]:nth-of-type(2)","multiple":false,"delay":0},{"id":"download","type":"SelectorHTML","parentSelectors":["links"],"selector":"div#info","multiple":false,"regex":"links??","delay":0}]}

Something like:

{"_id":"forum-movieparadise","startUrl":["https://movieparadise.org/movies/paths-of-glory/"],"selectors":[{"id":"Title","type":"SelectorText","parentSelectors":["_root"],"selector":"div.data h1","multiple":false,"regex":""},{"id":"Rapigator link and text","type":"SelectorLink","parentSelectors":["_root"],"selector":"a[href*='rapidgator']","multiple":true}]}

Thanks, it works. Is it possible to gather links for each movie on one cell? With this method it creates new rows for each movie.