+ 5
How to programmatically download a URL and query the DOM? I don't care that much about the language of implementation
How to programmatically download a URL and query the DOM? I don't care that much about the language of implementation
2 ответов
+ 6
Ajax & RegEx (do it in JS, follow internet tutorials)
+ 2
I would use Python and beautifulSoup to get a URL and then an XPath selector to target a specific element inside the DOM