Quote:
Originally Posted by jsl21
I saw that index page that has all of the covers including the row that says Latest but can't figure out how to identify the most recent issue as it is identified by '11541' and will change every week.
Anyone know how to change the script to point to the first cover in the third row from that page assuming that will always be the location of the most recent issue?
|
The tags are marked on that page with id or class. I don't have time to do it for you, but read about BeautifulSoup, study the page and the answer should be clear. use Find to find the first occurrence of a marked tag that has what you want. If that's beyond you, you'll have to wait for someone to do it for you.