close

迅雷客戶端軟體雖然可以直接下載快傳的檔案
但是速度並不是很優

如果已經是迅雷的付費會員

可以用離線下載的功能再用客戶端軟體下載檔案會快很多

以下使用Chrome瀏覽器示範

首先是這段程式碼

/*
 * This is a JavaScript Scratchpad.
 *
 * Enter some JavaScript, then Right Click or choose from the Execute Menu:
 * 1. Run to evaluate the selected text,
 * 2. Inspect to bring up an Object Inspector on the result, or,
 * 3. Display to insert the result in a comment after the selection.
 * 4. Author: Dndx (idndx.com)
 */

var urls = ''

$('a.file_name').each(function(){

    urls += $(this).attr('href') + '\n';

});

$('<textarea>' + urls + '</textarea>').appendTo('body');

我們以這個資源為例  http://kuai.xunlei.com/d/ugRlCQJBfgDSP5BR481

用Chrome打開網址(有2X個檔案,一個一個手動添加很累的)

滑鼠右鍵選擇檢查元素

找到Console標籤

xl003  

把程式碼貼上之後按下Enter

xl004  

網頁下方應該會跑出一欄文字

xl005  

將文字欄的內容複製到迅雷離線任務,後面就不在贅述

arrow
arrow
    文章標籤
    迅雷離線 快傳 教學
    全站熱搜
    創作者介紹
    創作者 me70503 的頭像
    me70503

    想不到名稱的名稱

    me70503 發表在 痞客邦 留言(0) 人氣()