I was working with a similar site, not this one to be specific. https://yts-subs.com/ . while selecting the title and trying to get hyperlinks to each movie. I am not able to get the Href option at all. Can anyone help me with it thanks..

I was working with a similar site, not this one to be specific. https://yts-subs.com/ . while selecting the title and trying to get hyperlinks to each movie. I am not able to get the Href option at all. Can anyone help me with it thanks..
I just looked at the page code:
Looks like the a-element contains the href, while you're selecting the h3-element.
The a-element is hard to select, since the code says it's 0 px wide. However, you should be able to modify your extraction with the advanced option. I am guessing you just have to delete some stuff so it says "........ a" instead of "....... a > div > h3" which would make it work.