Can you provide examples of parsing HTML?

后端 未结 29 2640
走了就别回头了
走了就别回头了 2020-11-22 13:49

How do you parse HTML with a variety of languages and parsing libraries?


When answering:

Individual comments will be linked to in answers to questions

29条回答
  •  無奈伤痛
    2020-11-22 14:36

    language: shell
    library: lynx (well, it's not library, but in shell, every program is kind-of library)

    lynx -dump -listonly http://news.google.com/
    

提交回复
热议问题