web scraping - Can't get the certain item using selector -


how can article , nothing else using css selector elements available in below link. use selector in parser written in python.

i tried like:

div.user-review p 

using above selector other things don't want. want article.

here link leading elements containing article: "https://www.dropbox.com/s/readzjpl0bca3zr/elements.txt?dl=0"

try below css selector , let me know if doesn't fetch desired output:

div.user-review p.lnhgt ~p 

Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -