GithubHelp home page GithubHelp logo

acdsign / manga_dler_chn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from odaimoko/manga_dler_chn

0.0 2.0 0.0 213 KB

Use it to dl mangas! Py mainly.

Python 53.25% JavaScript 46.71% Batchfile 0.02% Shell 0.02%

manga_dler_chn's Introduction

前提

需要库:bs4 js2py Pillow。 如果安装python时将python目录加入了系统路径,管理员模式运行

pip install beautifulsoup4
pip install js2py
pip install Pillow

就可以安装好。

暂时没有制作图形界面,所以使用方法很原始。

使用方法

现在只有网易漫画和ikanman两个网站,而且都是从第一话开始下载全部。

如果是网易,paya/m.py里,在if __name__ == "__main__":下面

tenma = "4458002705630123103"	#比如这是天才麻将少女的书本id
ne_book = netease.DLer(tenma)
ne_book._dl()

默认下载于上一级目录,可以在const.py里面改。 注意这个会从第一话开始下载全部的内容。 使用的话,进paya文件夹,python m.py就可以。

cd paya
python m.py

如果是ikanman,把netease换成ikm。

manga_dler_chn's People

Contributors

odaimoko avatar

Watchers

James Cloos avatar ClamP avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.