Changes source_url() to return the result of source(). Before, calling source_url() in a muck project file would return None, which made it impossible to interact with scraped pages in the same muck script you scraped from. Unsure if there are unintended side-effects to this change, but seems unlikely given that we're simply returning results.
source_url()
to return the result ofsource()
. Before, callingsource_url()
in a muck project file would returnNone
, which made it impossible to interact with scraped pages in the same muck script you scraped from. Unsure if there are unintended side-effects to this change, but seems unlikely given that we're simply returning results.