All Projects → windrises → photo-dl

windrises / photo-dl

Licence: MIT License
A photo album downloader

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to photo-dl

Photobak
Back up your content from Google Photos - DEPRECATED: use Timeliner
Stars: ✭ 304 (+590.91%)
Mutual labels:  photos, album
Hexo Album
add album&photos with Hexo blog
Stars: ✭ 85 (+93.18%)
Mutual labels:  photos, album
Alassetslibrary Customphotoalbum
A nice ALAssetsLibrary category for saving images & videos into custom photo album.
Stars: ✭ 413 (+838.64%)
Mutual labels:  photos, album
keeptune
Google Chrome Extension to download on Bandcamp, Soundcloud...
Stars: ✭ 49 (+11.36%)
Mutual labels:  downloader, album
Facebook-Album-Browser
jQuery plugin for browsing public albums of a Facebook account
Stars: ✭ 76 (+72.73%)
Mutual labels:  photos, album
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (+29.55%)
Mutual labels:  photos, downloader
Lpalbum
an albums that can preview, multiple-choice
Stars: ✭ 17 (-61.36%)
Mutual labels:  photos, album
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+6145.45%)
Mutual labels:  downloader, album
ArchiverForGooglePhotos
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
Stars: ✭ 104 (+136.36%)
Mutual labels:  photos, downloader
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-72.73%)
Mutual labels:  photos, album
Imagestore
Open source google photos alternative!
Stars: ✭ 429 (+875%)
Mutual labels:  photos, album
google-photos-upload
Upload a local image directory into an Album in Google Photos (works on mac/pc/linux). Coded in C# .NET Core 3.0
Stars: ✭ 26 (-40.91%)
Mutual labels:  photos, album
Insta Downloader
Video & Photo Downloader or Repost for Instagram.
Stars: ✭ 217 (+393.18%)
Mutual labels:  photos, downloader
google-photos-vue
Google Photos album viewer built with Vue.js
Stars: ✭ 17 (-61.36%)
Mutual labels:  photos, album
archivebot
💾 A telegram bot for backing up and collecting all kinds of media.
Stars: ✭ 65 (+47.73%)
Mutual labels:  photos, downloader
dezoomify-extension
A browser extension to detect zoomable images in web pages and downloading them with dezoomify
Stars: ✭ 23 (-47.73%)
Mutual labels:  downloader
Userscript
Userscripts collection written by me
Stars: ✭ 92 (+109.09%)
Mutual labels:  downloader
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-40.91%)
Mutual labels:  downloader
img-cli
An interactive Command-Line Interface Build in NodeJS for downloading a single or multiple images to disk from URL
Stars: ✭ 15 (-65.91%)
Mutual labels:  downloader
Cloud-Mail.Ru-Downloader
📩 Многопоточное скачивание из облака Mail.Ru по публичной ссылки. Авторизация в Mail.Ru не требуется.
Stars: ✭ 94 (+113.64%)
Mutual labels:  downloader

photo-dl

photo-dl is a command-line downloader which helps to crawl photo albums from Supported sites

Installation

Dependencies

  • python >= 3.5
  • requests >= 2.12.0
  • lxml >= 3.7.0

Install via Pip

$ pip install --upgrade photo-dl

Install from source

$ git clone https://github.com/windrises/photo-dl.git

$ cd photo-dl

$ python setup.py install

Usage

Assign a url or .txt file (one url per line)

$ photo-dl url

$ photo-dl xxx.txt

Examples

$ photo-dl https://www.meituri.com/t/1820/

$ photo-dl urls.txt

Configuration

modify photo_dl/config.py

configuration default
headers User-Agent...
timeout 15 sec
max_retries 3
log_file ./log.txt
threads 4

Supported sites

Temporarily only supports two sites

site feature example
https://www.meituri.com/ model https://www.meituri.com/t/1820/
album https://www.meituri.com/a/7893/
search https://www.meituri.com/search/有村架純
https://www.jav.ink/ tag/search/category https://www.jav.ink/category/graphis-collection-2002-2018/ [NSFW]
album https://www.jav.ink/graphis-collection-2002-2018/yura-kano-『sweet-memories』vol-2/ [NSFW]
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].