Skip to content

Commit

Permalink
Merge pull request #188 from ttibensky/patch-2
Browse files Browse the repository at this point in the history
Readme updated
  • Loading branch information
wRAR authored Jan 24, 2025
2 parents 8e4d225 + f9cd3e7 commit 2b59f2e
Showing 1 changed file with 1 addition and 0 deletions.
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://example.com", "http://example.com/foo"]
def start_requests(self):
Expand Down

0 comments on commit 2b59f2e

Please sign in to comment.