Skip to content

Commit

Permalink
update scraper to select Greece
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarakom6 committed Sep 27, 2024
1 parent bedc53f commit 1a486f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion get_active_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import sys

headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0'
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0',
'cookie': 'Country=GR'
}

# Get all event info from the main tickets page
Expand Down

0 comments on commit 1a486f8

Please sign in to comment.