File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -321,17 +321,17 @@ Examples
3213215. Say you have this URL file::
322322
323323 http://www.example.com/foo.html
324- http://www.bar.org :8080/qux.html
324+ http://example.net :8080/qux.html
325325
326326 and you submit it as an ``!archiveonly < FILE`` job.
327327
328328 When retrieving requisites of ``http://www.example.com/foo.html``,
329329 ``{primary_url}`` will be ``http://www.example.com/foo.html`` and
330330 ``{primary_netloc}`` will be ``www.example.com``.
331331
332- When retriving requisites of ``http://www.bar.org :8080/qux.html```,
333- ``{primary_url}`` will be ``http://www.bar.org :8080/qux.html`` and
334- ``{primary_netloc}`` will be ``www.bar.org :8080``.
332+ When retriving requisites of ``http://example.net :8080/qux.html```,
333+ ``{primary_url}`` will be ``http://example.net :8080/qux.html`` and
334+ ``{primary_netloc}`` will be ``example.net :8080``.
335335
336336unignore
337337========
You can’t perform that action at this time.
0 commit comments