novel-downloader

An scalable universal novel downloader.

< Feedback on novel-downloader

Review: Good - script works

§
Posted: 2021-10-16

晋江文学(jjwxc.net)无法下载已购买的vip章节,导出的只有免费章节内容,希望尽快修复;
运行日志:https://send.bgme.bid/download/5a251fd2927f272c/#Iw2UI9vl-u2pci50TygZvA

bgmeAuthor
§
Posted: 2021-10-17
§
Posted: 2021-10-17

那是没办法了是吗😭

bgmeAuthor
§
Posted: 2021-10-17
Edited: 2021-10-17

你可以打开调试开关,生成更加详细的日志。

可以使用如下脚本打开调试开关:

// ==UserScript==
// @name         novel-downloader-debug
// @namespace    http://tampermonkey.net/
// @version      0.1
// @author       You
// @match        *://*/*
// @icon         https://www.google.com/s2/favicons?domain=tadu.com
// @grant        unsafeWindow
// @run-at document-start
// ==/UserScript==

(function() {
    'use strict';

    unsafeWindow.enaleDebug = true
})();
§
Posted: 2021-10-18

不会弄这么高级的,只会傻瓜式🤣🤣

Post reply

Sign in to post a reply.