You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DefaultSpider, the parse methods for the parser classes are called by URLs, for example the parse_debian method is called if a debian security tracker URL is found. This is wrong.
Either these parsers should be called before crawling the entrypoint URLs, or a sophisticated way to call these parse methods without a URL is required.
In DefaultSpider, the parse methods for the parser classes are called by URLs, for example the parse_debian method is called if a debian security tracker URL is found. This is wrong.
Either these parsers should be called before crawling the entrypoint URLs, or a sophisticated way to call these parse methods without a URL is required.