url parser: force no encoding
This commit is contained in:
parent
9fbb2f0869
commit
a536d0b38c
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ class Post
|
|||
// Get content
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_HEADER, 0);
|
||||
curl_setopt($ch, CURLOPT_ENCODING , "");
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Proxycat/1.1)");
|
||||
|
|
Loading…
Reference in a new issue