simple_html_dom icon indicating copy to clipboard operation
simple_html_dom copied to clipboard

can not fomat http://search.11st.co.kr/Search.tmall?kwd=123

Open lyg4795 opened this issue 5 years ago • 1 comments

the url is http://search.11st.co.kr/Search.tmall?kwd=123 first I copy the source html code to local file 'test.txt' then format by file_get_html('test.html') it will return false and format fail.

lyg4795 avatar Feb 13 '20 03:02 lyg4795

here is a working example: https://github.com/voku/simple_html_dom/commit/0377aa42923fa46d1ee8757e17989c2be1addc50#diff-f9e35e3ee28495a595a36e0f7a4ae154R84

voku avatar Jul 05 '20 13:07 voku