#Does Crawlee crawl both root-relative and base-relative urls?

1 messages · Page 1 of 1 (latest)

prime skiff
#

Root relative - prefixed with '/', ie href=/ASDF brings you to example.com/ASDF

base-relative - no prefix, ie. href=ASDF from example.com/test/ brings you to example.com/test/ASDF

If someone could point me to where in the library this logic occurs, I would be forever grateful

random jacinth
#

Someone will reply to you shortly. In the meantime, this might help: