Advertisement
dereksir

Untitled

Aug 16th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. class SeleniumSpider(scrapy.Spider):
  2.     name = 'selenium_spider'
  3.     start_urls = ['https://angular.io/docs']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement