You can use this function to update the Scrapy objects that will be available in the shell
(self, vars: dict[str, Any])
| 60 | ) |
| 61 | |
| 62 | def update_vars(self, vars: dict[str, Any]) -> None: # noqa: A002 |
| 63 | """You can use this function to update the Scrapy objects that will be |
| 64 | available in the shell |
| 65 | """ |
| 66 | |
| 67 | def run(self, args: list[str], opts: Namespace) -> None: |
| 68 | url = args[0] if args else None |