# Bitches Girls Gallery(Album) Downloader

A simple CLI tool to download a whole album from bitchesgirls.com

## Usage

Will download all files from the album (files are skipped if they are already downloaded)

Example

    bgdl https://bitchesgirls.com/onlyfans/Disharmonica/disharmonica-onlyfans-sex-gallery-november-12-2021/

Example for User (downloads all of the users albums)

    bgdl https://bitchesgirls.com/Disharmonica/

With specific path

    bgdl https://bitchesgirls.com/onlyfans/Disharmonica/disharmonica-onlyfans-sex-gallery-november-12-2021/ ./disharmonica

Arguments

    --seperate  //seperates pics and videos into subfolders
    --override  //if not giving will only download not existing files
    --silent    //wont show the downloading prompt
    --log       //see the whole log
    --pics      //to only process pics
    --videos    //to only process videos
    --fast      //downloads all user albums in parallel
                

## Install

    npm -g install bitches-girls-gallery-downloader
