Commit 3b2b44ce authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Add new spider for aitopics.org

parent 468593ab
# -*- coding: utf-8 -*-
import scrapy
class AitopSpider(scrapy.Spider):
name = "aitop"
allowed_domains = ["aitopics.org"]
start_urls = ['http://aitopics.org/']
def parse(self, response):
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment