All Projects → Lucas8x → luscious-downloader

Lucas8x / luscious-downloader

Licence: MIT License
🖼CLI tool for downloading albums from Luscious

Programming Languages

python
139335 projects - #7 most used programming language
powershell
5483 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to luscious-downloader

saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+271.43%)
Mutual labels:  downloader, bulk-download
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+202.86%)
Mutual labels:  downloader, download-photos
DownloadRedditImages
Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!
Stars: ✭ 66 (+88.57%)
Mutual labels:  downloader, download-photos
baruch
A mobile app where you can read and download light novels.
Stars: ✭ 68 (+94.29%)
Mutual labels:  downloader
instant-music-playlist-downloader
Download MP3 songs from the web.
Stars: ✭ 18 (-48.57%)
Mutual labels:  downloader
patreon-scraper
WIP Patreon attachment download written in TypeScript
Stars: ✭ 25 (-28.57%)
Mutual labels:  downloader
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-62.86%)
Mutual labels:  downloader
Music-downloader-bot
A telegram bot that can send you high-quality audio 🎧🎧🎧
Stars: ✭ 35 (+0%)
Mutual labels:  downloader
openload dl
A python library and CLI tool that makes easy to download files from openload.co
Stars: ✭ 36 (+2.86%)
Mutual labels:  downloader
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+100%)
Mutual labels:  downloader
bookmate downloader
Download books as epub from bookmate.com
Stars: ✭ 38 (+8.57%)
Mutual labels:  downloader
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+77.14%)
Mutual labels:  downloader
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (+31.43%)
Mutual labels:  downloader
llvd
Linkedin Learning Video Downloader
Stars: ✭ 137 (+291.43%)
Mutual labels:  downloader
image-downloader
A Nodejs module for downloading image to disk from a given URL
Stars: ✭ 61 (+74.29%)
Mutual labels:  downloader
spotifydl
Download music from Spotify with complete album art and metadata
Stars: ✭ 52 (+48.57%)
Mutual labels:  downloader
YoutubeSpotifyDL
Youtube and Spotify music downloader with metadata.
Stars: ✭ 66 (+88.57%)
Mutual labels:  downloader
youtube-dlc
Command-line program to download various media from YouTube.com and other sites
Stars: ✭ 1,225 (+3400%)
Mutual labels:  downloader
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (+34.29%)
Mutual labels:  downloader
documentDownloader
download document from book118 for free
Stars: ✭ 72 (+105.71%)
Mutual labels:  downloader

Luscious Downloader

CLI tool for downloading albums from Luscious

Downloads PyPI License

🚀 Installation

Manual

If you have python and git installed.

git clone https://github.com/Lucas8x/luscious-downloader.git
cd luscious-downloader
python setup.py install

PIP

pip install luscious-downloader

Windows Only

If you don't have python or git installed.

  1. Download.
  2. Extract.
  3. Run run.bat.
  4. Wait install.
  5. Menu

🔨 Usage

NOTE: The default download folder will be the path where you are executing the command.
NOTE²: You can enter multiple url and ids separated by commas.

Download albums:

lsd -a https://members.luscious.net/albums/light-yuri_275719/
lsd -a 275719,292887

Download all user's albums:

lsd -u https://members.luscious.net/users/668124/
lsd -u 668124,274991

Download all user's favorites:

lsd -u https://members.luscious.net/users/668124/ -f
lsd -u 668124,274991 -f

Download search albums:

lsd -s yuri -d
lsd -s yuri -d --page 2 --max-page 5

Download top albums:

lsd -s yuri -d --sorting rating_all_time

Format output album folder name:

lsd -a 275719 --format [%i][%t]
#Output: [275719][Light Yuri]

Supported album folder formatter:

  • %i = Album ID
  • %t = Album name/title
  • %a = Album authors' name
  • %p = Album total pictures
  • %g = Album total gifs

CLI options:

Options:
    -h, --help              show help message
  # Download
    -a ALBUM_INPUTS, --album ALBUM_INPUTS
                            download album by url or id
    -u USER_INPUTS,  --user USER_INPUTS
                            download all user albums by url or id
    -s KEYWORD,      --search KEYWORD
                            search albums by keyword
    --favorites, -f
                            download only the user's favorites
    --group, --agroup, -g
                            group albums by uploader name
  # Search Options
    --download, -d          download albums from search results
    --page PAGE             page number of search results
    --max-page MAX_PAGES    max pages of search results
    --sorting {date_trending,rating_all_time}
                            sorting of search albums

  # Generate Options
    --pdf                   Enable album pdf generation
    --rm-origin-dir         Delete album folder when generate pdf

  # Download Options
    --output DIRECTORY, -o DIRECTORY
                            output directory
    --threads THREADS, -t THREADS
                            how many download threads
    --retries RETRIES, -R RETRIES
                            download retries
    --timeout TIMEOUT, -T TIMEOUT
                            download timeout
    --delay DELAY, -D DELAY
                            delay between downloading multiple albums
    --format FORMAT
                            format output album folder name

📜 Menu

  1. Download albums by URL or ID.
  2. Download all user albums.
  3. Download all user favorites.
  4. Search albums by keyword.
  5. Download albums from list.txt.
  6. Settings.
  7. Exit.

⚙️ Settings

  1. Change Directory (Change albums download directory. Default = "./Albums/").
  2. CPU Pool (Default = Your CPU Count).
  3. Picture Retries (download attempts for each picture. Default = 5).
  4. Picture Timeout (download timeout for each picture. Default = 30).
  5. Download Delay (delay between downloading multiple albums. Default = 0)
  6. Format output album folder name (Default = %t)
  7. Back.

📝 License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].