Do they get some kind of real-time feed that tells them "hey this URL popped up in the web today, but it is a tracker, so block it", or is this exercise is mostly helped by the crowd ?

you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago (1 child)

Can I parse [X]HTML with regex?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago (1 child)

    You can parse any plaintext with regex, but I would recommend using XPath for that use case, instead.

  • source
  • parent
  • hideshow 2 child comments