Giter Club home page Giter Club logo

pydownloader4downloads.khinsider's Introduction

pydownloader4downloads.khinsider

Download almost any album from downloads.khinsider using a multithreaded python script

How to use the script

Download the source code by running git clone

git clone https://github.com/OlaYZen/pydownloader4downloads.khinsider.git

Install the required python libraries by downloading the requirements.txt found in the source code and running the following command

pip install -r requirements.txt

Start the program using Python and enter the album URL of the website by running

python Downloader.py

Info

The script might crash on PCs with less RAM. Recommended amount is 8GB

The script tries to find FLAC, MP3, and M4A files. It prioritizes FLAC files but if there isn't then it tries MP3 and if both are missing then M4A.

The downloaded files will be "Audio files". By default, the folder will be created where the python script is located.

Settings

Some basic settings can be changed inside the settings.ini file. This file is needed to make the script work. Inside the file, you may find options such as changing the download path, amount of threads, priority of the downloads, and amount of retries before giving an error.

Here is the default settings

[Retries] ; Amount of retries per file before the script gives an error 
max_retries = 2

[Threads] ; Setting this value to 0, every thread on the cpu will be used
max_workers = 1

[Download]
priority_order = flac, mp3, m4a
; C:\example\for\windows
; /example/for/linux
; If empty, the downloads will be inside a folder called "Audio files" in the same location as the script
download_path = 

pydownloader4downloads.khinsider's People

Contributors

olayzen avatar dependabot[bot] avatar

Watchers

 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.