File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -321,17 +321,17 @@ Examples
321
321
5. Say you have this URL file::
322
322
323
323
http://www.example.com/foo.html
324
- http://www.bar.org :8080/qux.html
324
+ http://example.net :8080/qux.html
325
325
326
326
and you submit it as an ``!archiveonly < FILE`` job.
327
327
328
328
When retrieving requisites of ``http://www.example.com/foo.html``,
329
329
``{primary_url}`` will be ``http://www.example.com/foo.html`` and
330
330
``{primary_netloc}`` will be ``www.example.com``.
331
331
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``.
335
335
336
336
unignore
337
337
========
You can’t perform that action at this time.
0 commit comments