openbullet capture help

Step Into The Dark

The shadows are waiting. Register now to unlock restricted discussions, share hidden secrets, and whisper in the dark with our elite circle.

Join The Underground

300Thousand

Member
Joined
Dec 10, 2018
Messages
757
how can i capture something like this normally i would chose the left and right string to capture the specific string but here its spaced out


id="package-nav-link-mobile" href="/package">
<span class="title">                             Hantera paket                          </span>
<span class="info">                                
                             Viaplay Total 449 kr/månad                                    </span>

</a>


want to get the string that is inside of span class="info"
as i said cant get that with LR string because there are spaces in between
 
Having similar issues about to put my head through the screen. Trying to capture directv here

<div class="package-content">
<div class="package-img package-component" style="background:#038fd1"></div>
<div><h2>XTRA ALL INCLUDED</h2></div>
235+ digital channels
<div class="package-links">
<div>
<a href="/DTVAPP/mydirectv/account/myProgramming.jsp">View My Programming</a>
</div>
<div>
<a onclick="openCenteredWindow('/DTVAPP/compare/printablePackageChannels.jsp?packageId=960010&amp;skuId=P000103354&amp;noPrint=true', 'printPackage', 700, 600, true, true); return false;" href="javascript:void(0)">View Channel Lineup</a>
</div>
</div>
</div>

Can anyone help me get this going its for Blackbullet. Thank you in advanced.
 
Itamai said:
how can i capture something like this normally i would chose the left and right string to capture the specific string but here its spaced out


id="package-nav-link-mobile" href="/package">
<span class="title">                             Hantera paket                          </span>
<span class="info">                                
                             Viaplay Total 449 kr/månad                                    </span>

</a>


want to get the string that is inside of span class="info"
as i said cant get that with LR string because there are spaces in between

coromi52 said:
Having similar issues about to put my head through the screen. Trying to capture directv here

<div class="package-content">
<div class="package-img package-component" style="background:#038fd1"></div>
<div><h2>XTRA ALL INCLUDED</h2></div>
235+ digital channels
<div class="package-links">
<div>
<a href="/DTVAPP/mydirectv/account/myProgramming.jsp">View My Programming</a>
</div>
<div>
<a onclick="openCenteredWindow('/DTVAPP/compare/printablePackageChannels.jsp?packageId=960010&amp;skuId=P000103354&amp;noPrint=true', 'printPackage', 700, 600, true, true); return false;" href="javascript:void(0)">View Channel Lineup</a>
</div>
</div>
</div>

Can anyone help me get this going its for Blackbullet. Thank you in advanced.

PM me if you need help
 
Back
Top