extract href values containing keyword using XPath in python
问题 I know variants of this question have been asked a number of times but I've not been able to crack it and get what I want. I have a website which has a few tables in it. The table of interest contains a column where each row contains the word Text hyperlinked to a different page. Here is a specific example from the first row on the above linked page: <a href="_alexandria_RIC_VI_099b_K-AP.txt">Text</a> This is the general pattern: <a href="_something_something-blah-blah.txt">Text</a> Right now