Skip to content

Instantly share code, notes, and snippets.

@raza-ul-haq
Created June 24, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raza-ul-haq/db61a47141b50178a73b to your computer and use it in GitHub Desktop.
Save raza-ul-haq/db61a47141b50178a73b to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
import scrapy
import scrapy
#from scrapy.contrib.spiders import CrawlSpider, Rule
#from scrapy.contrib.linkextractors import LinkExtractor
class Pro1Spider(scrapy.Spider):
name = "pro1"
allowed_domains = ["http://propakistani.pk/"]
start_urls = (
'http://propakistani.pk/',
)
# def parse(self, response):
# pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment