Reputation: 1
A web page: - 5 first seconds. It shows an advertisement picture. - After, its show main page. If I get content by common way. It only gets page content with advertisement. How to load main page content?
Upvotes: 0
Views: 1154
Reputation: 175583
You'll need to scrape the advertisement page for the actual URL to the real page, and redirect there.
If you are lucky, it will be in a META-REFRESH tag. If your unlucky, it will be in javascript.
Upvotes: 1