simple html dom scraping large html file

前端 未结 1 488
南旧
南旧 2021-01-12 16:29

I need to scrape a large html file (eg: http://www.indianrail.gov.in/mail_express_trn_list.html) using simple html dom. I started with a simple script:



        
相关标签:
1条回答
  • 2021-01-12 16:57

    The issue appears to be MAX_FILE_SIZE defined in simple_html_dom.

    you can adjust it by editing define('MAX_FILE_SIZE', 600000); line in simple_html_dom.php file.

    0 讨论(0)
提交回复
热议问题