How to programmatically download a URL and query the DOM? I don't care that much about the language of implementation | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

4th Jan 2017, 10:35 AM
Anna Papachristou
Anna Papachristou - avatar
2 Réponses
+ 6
Ajax & RegEx (do it in JS, follow internet tutorials)
4th Jan 2017, 10:39 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
I would use Python and beautifulSoup to get a URL and then an XPath selector to target a specific element inside the DOM
11th Jan 2017, 11:15 PM
Georget