Skip to content

Commit

Permalink
Temporarily scrap 6 pages of soaring.de instead just first
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Nov 28, 2024
1 parent e00a5e8 commit 1c5cc51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/spiders/SoaringDeSpider.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ 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 1c5cc51

Please sign in to comment.