I should maybe clarify one thing. Wordpress blogs have a widget in a drop down menu in the right side pane called "Archives." The drop down list contains Links to monthly html pages with article lists + summaries. The html code cited above is the relevant part of that drop down list. I assume we want to start with something like soup.find('li', attrs={'id':'archives-2'}). But I am frankly lost.
|