Search the Community
Showing results for tags 'inetgetsource'.
-
Hello, I'm creating a program to help me analyze stocks. So a big part of my tool is web scraping. As of yesterday, the _INetGetSource command seemed to stop working for the page that tells me a stock's info which is on yahoo finance (I'll ref the link below). Here is the simplified version of the code. #include <Inet.au3> ConsoleWrite(_INetGetSource('https://finance.yahoo.com/quote/AAPL')) It's strange because before yesterday, it was pulling the code from those pages correctly. The _INetGetSource will work for most other yahoo pages, even the finance home page (finance.yahoo.com) but not the page that shows me a specific stock's info. Does anyone know why it stopped giving me the source code for those pages?
- 8 replies
-
- web scraping
- inetgetsource
-
(and 2 more)
Tagged with:
-
Guys, I have a question. I am trying to get the html source on a webpage that has frames for a particular frame. I use the example in the help file for ieFrameGetCollection along with iePropertyGet and I'm displaying the info in a message box and it is returning the info back but it is a different source from when I do a control right click on the frame. Thats what I need! The source when I hold control and right click and view source. I tried using INetGetSource as well but no results. The way I got the url was, control right click and properties. Unfortunately this is a cooperate website that only accessible from inside the facilities and not accessible outside the building. Do you guys have any advice on how I can get the true source I'm looking for. The one thats similar to the control right click view source.