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