How to add delay in fetching the articles
I have the requirement to download the aritcles those span over multiple pages. In the url, the page number changes. When I added all the articles to feeds, getting the error while fetching. May because of issue of not to respond that many requests by the server. I want to delay in between fetch of each article. Is there a way we can add delay during fetch ?
|