搜尋
首頁php教程php手册批量下载 妹子图自拍

批量下载 妹子图自拍

Jun 06, 2016 pm 07:38 PM
下載去重圖片妹子大量網站自拍重複

源网站图片有重复,下载后请自行去重== 无 ?phpdefine('DocumentRoot', dirname(__FILE__));function curl_file_get_contents($durl, $timeout = 5, $refer = 'http://www.baidu.com') { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $durl); curl_seto

源网站图片有重复,下载后请自行去重 = =
<?php
define('DocumentRoot', dirname(__FILE__));
function curl_file_get_contents($durl, $timeout = 5, $refer = 'http://www.baidu.com') {
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $durl);
    curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; QQBrowser/7.7.31732.400)');
    curl_setopt($ch, CURLOPT_REFERER, $refer);
    curl_setopt($ch, CURLOPT_COOKIE, "JYERN=0.775963805813623; jyean=1oVda1o0GzAC5tHXqcngD5XqLFNdMLIvhQh26WTfpaGLxNzqLHxnXfN1R3R0jhZ6W6JEtBAXfF0rM9It6h7NZcZmVNcaLYBjqDfgui0dALG3rIEus3VK5IeBE4yWBUgs0; WL=2; CNZZDATA2018550=cnzz_eid%3D1056381356-1417509991-%26ntime%3D1417509991");
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $r = curl_exec($ch);
    curl_close($ch);
    return $r;
}

function JsJump($url, $time = 0) {
    $SleepTime = $time * 1000;
    echo '<script language="javascript">window.setTimeout("window.location=\'' . $url . '\'", ' . $time . ');</script>';
    exit();
}

function _mkdir($dir) {
    if (file_exists($dir)) {
        return true;
    }

    $u = umask(0);
    $r = @mkdir($dir, 0777);
    umask($u);
    return $r;
}

function getHtml($url){
    $page = curl_file_get_contents($url);
    return $page;
}

function downloadImg($imgUrl,$foldername = 'img'){
    $picpath = DocumentRoot.'/'.$foldername;
    _mkdir($picpath);
    $filename= basename($imgUrl);
    $img = file_get_contents($imgUrl);
    if ($img) {
        file_put_contents($picpath.'/'.$filename, $img);
        return true;
    }
    return false;
}

function findPage($html){
    preg_match('/<a class=\"next page-numbers\" href=\"http:\/\/www.mzitu.com\/share\/comment-page-(.*?)#comments\"><\/a>/is', $html,$matches);
    return $matches;
}

function findList($html){
    preg_match_all('/<p><img src=\"(.*?)\" alt=\"(.*?)\" \/><\/p>/is', $html,$matches);
    return $matches;
}

$p = isset($_GET['p'])?max(1,$_GET['p']):1;
$home = getHtml('http://www.mzitu.com/share/comment-page-'.$p);
$list = findList($home);
echo "now downloading page ".$p."...";
if (is_array($list[1])) {
    foreach ($list[1] as $key => $value) {
        downloadImg($value);
    }
}

$page = findPage($home);
if ($page[1] AND $page[1]>$p) {
    JsJump('/mzi.php?p='.$page[1]);
}else{
    exit("finished");
}
陳述
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱工具

PhpStorm Mac 版本

PhpStorm Mac 版本

最新(2018.2.1 )專業的PHP整合開發工具

記事本++7.3.1

記事本++7.3.1

好用且免費的程式碼編輯器

SublimeText3 Linux新版

SublimeText3 Linux新版

SublimeText3 Linux最新版

mPDF

mPDF

mPDF是一個PHP庫,可以從UTF-8編碼的HTML產生PDF檔案。原作者Ian Back編寫mPDF以從他的網站上「即時」輸出PDF文件,並處理不同的語言。與原始腳本如HTML2FPDF相比,它的速度較慢,並且在使用Unicode字體時產生的檔案較大,但支援CSS樣式等,並進行了大量增強。支援幾乎所有語言,包括RTL(阿拉伯語和希伯來語)和CJK(中日韓)。支援嵌套的區塊級元素(如P、DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

將Eclipse與SAP NetWeaver應用伺服器整合。