3 uri_and_extra_options
=$@
;
6 # Continue partially downloaded
11 # Randomly select wait (above) in range from wait*0.5 to wait*1.5
12 OPT_WAIT_RANDON
='--random-wait'
14 # --page-requisites "download all the files that are necessary to properly
15 # display a given HTML page."
16 OPT_PAGE_REQUISITES
='-p'
19 #OPT_USER_AGENT="-U='Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0'"
20 OPT_USER_AGENT
="-U='ELinks (0.12pre6; NetBSD; 800x600)'"
23 # After the download is complete, convert the links in the document to make
24 # them suitable for local viewing. This affects not only the visible
25 # hyperlinks, but any part of the document that links to external content, such
26 # as embedded images, links to style sheets, hyperlinks to non-HTML content,
31 # Ensure file extension matches file's MIME type
34 # Disrespect robots.txt
35 OPT_ROBOTS_OFF
='-e robots=off'
43 $OPT_PAGE_REQUISITES \
48 $uri_and_extra_options
This page took 0.075246 seconds and 4 git commands to generate.