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.202830
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 -V, --version
31 Show version and exit
32
33 -h, --help
34 Show help
35
37 rajce-get --verbose --url https://username.rajce.idnes.cz/album
38
40 https://metacpan.org/module/WebService::Rajce
41
43 Petr Kletecka <pek@cpan.org>
44
46 This software is copyright (c) 2015 by Petr Kletecka.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.36.0 2023-01-20 RAJCE-GET(1)