BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Books Manager
 Scripts
 corrected amazon.de.txt

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
mibu Posted - 17 Dec 2012 : 22:17:28
Amazon has recently changed the css for its result page. The script did not find a booklist since October 2012.

- The identification of the Listed link is now with a div class="newaps" (see the findline)
- The link is one line below of the div (readnextline)
- In the link is an additional class for the Text to exclude (compute cursor after the first takeword)

The correction is easy:

Put this Block from the Label to the GoTo to the same position in the script.

:REPEATMOVIELIST

	   #FINDLINE#=class="newaps"#25# #ONERROR#=*STOP*
	   #READNEXTLINE#
 
           #FIND#= href="#01# #ONERROR#=*OK
           #FIND#="#01# #ONERROR#=*OK*
           #COMPUTECURSOR#=+5
           #FIND#="#02# #ONERROR#=*OK*
           #TAKEWORD#=#06#,#01#,#02#
 	    
           #COMPUTECURSOR#=+5
           #FIND#=>#01# #ONERROR#=*OK*
           #COMPUTECURSOR#=+5
           #FIND#=<#02# #ONERROR#=*OK*
           #TAKEWORD#=#07#,#01#,#02#
 
           #CHECKVARIABLE#=#07#
           #STARTDELETETAGS#
	   #STARTSUBSTITUTETAGS#
	   #WRITETITLELIST#=#06#    ---> #07#
	   #GOTO#=REPEATMOVIELIST


have fun
michael
1   L A T E S T    R E P L I E S    (Newest First)
Alessio Viti Posted - 18 Dec 2012 : 15:45:18
Thank you!!

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.14 sec. Powered By: Snitz Forums 2000 Version 3.4.07