Skip to content

Commit

Permalink
SoaringDe crawler scrapes only first page as before
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Jul 30, 2024
1 parent c2d528a commit ce54390
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/spiders/SoaringDeSpider.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ class SoaringDeSpider(scrapy.Spider):

start_urls = [
GLIDER_OFFERS_URL,
GLIDER_OFFERS_URL + "&iPage=2",
GLIDER_OFFERS_URL + "&iPage=3",
GLIDER_OFFERS_URL + "&iPage=4",
GLIDER_OFFERS_URL + "&iPage=5",
GLIDER_OFFERS_URL + "&iPage=6",
ENGINE_OFFERS_URL
]

Expand Down

0 comments on commit ce54390

Please sign in to comment.