Skip to content

Commit

Permalink
Switch test url to a less popular game
Browse files Browse the repository at this point in the history
  • Loading branch information
prncc committed Feb 2, 2018
1 parent 2ac67d8 commit 2806dc5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions steam/spiders/review_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,8 @@ def get_product_id(response):
class ReviewSpider(scrapy.Spider):
name = 'reviews'
test_urls = [
# Grim Fandango
'http://steamcommunity.com/app/316790/reviews/?browsefilter=mostrecent&p=1',
# The Walking Dead
'http://steamcommunity.com/app/207610/reviews/?browsefilter=mostrecent&p=1',
# Outlast 2
'http://steamcommunity.com/app/414700/reviews/?browsefilter=mostrecent&p=1',
# Full Metal Furies
'http://steamcommunity.com/app/416600/reviews/?browsefilter=mostrecent&p=1',
]

def __init__(self, url_file=None, *args, **kwargs):
Expand Down

0 comments on commit 2806dc5

Please sign in to comment.