Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 963 Bytes

readme.md

File metadata and controls

40 lines (24 loc) · 963 Bytes

Yandex.Fotki Downloaders

This is a collection of scripts that allows to download photos from albums hoste at Yandex.Fotki . Photos are downloaded in Original Size.

The major part of this scripts are taken from Yandex.Club

Python download.py

Allows to download full albums or full photo archive from Yandex.Fotki.

Main script was published here, added some fixes to support unicode.

Tested and working on python 2.7.1 @ Fedora 16

Usage

For help

python download.py -h

Downloading albums from user hello (interactive)

python download.py hello

Downloading album by id from user hello

python download.py hello -a 4632

Bash down.sh

Allows to download all photos for selected user

Go to down.sh script. On second line write down correct username. Run it.