I am using python scrapy to scrape a website. The webpage is of the form http://www.cuponation.in/myntra-coupons#voucher-13537 it contains '#' in it. While scraping this webpage as start_url it ignores the part after #.
Is there a way i can scrape the fullurl with # in it using python scrapy