Disappearing content
This has me stumped.
Some of the content (in this case, a hyperlink) appears in the normal web page, but the source code (in the Last Response section) is missing it. But it is in the source code of the regularly-called web page.
I've attached a simple session file for your review.
(i've renamed the .sss to .txt so it could be attached.)
Thanks for any suggestions.
Attachment | Size |
---|---|
Get county urls (Scraping Session).txt | 4.94 KB |
Sorry, I don't understand the
Sorry, I don't understand the question. I downloaded and ran you scrape, and the last response looks fine to me, and I can find several links. A little more detail please?
Working great now. Thanks
.
disappearing links
Sorry.
If you look at the second extraction pattern, this is the specific link I'm looking for.
It's the hyperlink to the county's website.
It shows up on a normally rendered page, but not on the scraped page.
Haven't seen this before.
Thanks.
On your scraping session, you
On your scraping session, you have it set to use HTML tidy. It is changing the HTML to a more standard format. You can disable it on the session's advanced tab, or I would recommend that you just make your extractor patterns from the HTML shown to you on the last response tab.
Working great now. Thanks
Working great now.
Thanks very much!