I am learning python scrapy.
Below is my code to get the titles in one of the reddit page:
import scrapy class PostsSpider(scrapy.Spider): name =