xidel https://www.url.com/folder -e "<button class="btn" type="BUTTON" onclick="self.location='https://www.url.com/folder/2'">Next ></button>"
I am trying to extract what's in between the single quotes with this xidel template and I am getting nowhere fast.
<button class="btn" type="BUTTON" onclick="self.location='{.}'">Next ></button>
Do I have to escape some characters. The syntax is confusing. I am using this on the commandline on windows, latest version.