Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme updated #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Readme updated
Fix for `runspider: error: No spider found in file`
  • Loading branch information
ttibensky committed Sep 3, 2018
commit f9cd3e78453d4e73fe16f60057f97898ff240e92
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ Get HTML contents::
from scrapy_splash import SplashRequest

class MySpider(scrapy.Spider):
name = "MySpider"
start_urls = ["http:https://example.com", "http:https://example.com/foo"]

def start_requests(self):
Expand Down