1RAJCE-GET(1) User Contributed Perl Documentation RAJCE-GET(1)
2
3
4
6 rajce-get - Download images from rajce.net.
7
9 version 1.190840
10
12 rajce-get [OPTIONS]
13
15 This program will download images from rajce.net. Images are saved in
16 directory username/album
17
18 Behind proxy server try:
19
20 export http_proxy=http://login:password@proxyserver:port export
21 https_proxy=http://login:password@proxyserver:port
22
24 -u, --url https://username.rajce.idnes.cz/album
25 Address of requested album
26
27 -v, --verbose
28 Verbose mode
29
30 -s, --sorted
31 Sort output file names in the same order as they
32 appear in album
33
34 -V, --version
35 Show version and exit
36
37 -h, --help
38 Show help
39
41 rajce-get --sorted --verbose --url
42 https://username.rajce.idnes.cz/album
43
45 https://metacpan.org/module/WebService::Rajce
46
48 Petr Kletecka <pek@cpan.org>
49
51 This software is copyright (c) 2015 by Petr Kletecka.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.30.1 2020-01-30 RAJCE-GET(1)