Giter Site home page Giter Site logo

kissanime-download's Introduction

kissanime-download

Downloads animes from the website kissanime. If by any chance the script is interrupted before it completes downloading all episodes, running it again will continue from where it left off. Download.py downloads one file at a time. Threaded-download will downloaded multiple files at the same time, ensuring faster download.

Dependencies

  1. Python 3
  2. Selenium python package. Install as pip3 install selenium
  3. BeautifulSoup 4 python package. Install as pip3 install beautifulsoup4
  4. pySmartDL .Install as pip3 install pySmartDL
  5. Firefox Webbrowser

How to run

  1. Add username and password in config.ini
  2. Add anime url and name
  3. Run as python3 download.py
  4. For users who want faster download, run as python3 threaded-download.py

!Replacement for Selenium

A better solution would be to silently open the browser (in the background) and hit the URLs and parse the source code etc. Possible solutions might be foundhere: 0. http://phantomjs.org/documentation/

  1. http://stackoverflow.com/questions/16180428/can-selenium-webdriver-open-browser-windows-silently-in-background
  2. https://www.quora.com/What-are-some-great-alternatives-to-selenium-testing
  3. http://stackoverflow.com/questions/5370762/how-to-hide-firefox-window-selenium-webdriver
  4. http://stackoverflow.com/questions/1418082/is-it-possible-to-hide-the-browser-in-selenium-rc

kissanime-download's People

Contributors

kanatti avatar

Stargazers

Arya Adarsha Gautam avatar

Watchers

 avatar Arya Adarsha Gautam avatar

kissanime-download's Issues

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.