Skip to content

Commit

Permalink
v5.7.2
Browse files Browse the repository at this point in the history
- Adjusted headers for POST to GraphQL
  • Loading branch information
sakan811 committed Jul 23, 2024
1 parent 378f9db commit dc44610
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ on:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
USER_AGENT: ${{ secrets.USER_AGENT }}
CSRF_TOKEN: ${{ secrets.CSRF_TOKEN }}
X_BOOKING_CSRF_TOKEN: ${{ secrets.X_BOOKING_CSRF_TOKEN }}
X_BOOKING_CONTEXT_ACTION_NAME: ${{ secrets.X_BOOKING_CONTEXT_ACTION_NAME }}
X_BOOKING_CONTEXT_AID: ${{ secrets.X_BOOKING_CONTEXT_AID }}
X_BOOKING_ET_SERIALIZED_STATE: ${{ secrets.X_BOOKING_ET_SERIALIZED_STATE }}
X_BOOKING_PAGEVIEW_ID: ${{ secrets.X_BOOKING_PAGEVIEW_ID }}
X_BOOKING_SITE_TYPE_ID: ${{ secrets.X_BOOKING_SITE_TYPE_ID }}
X_BOOKING_TOPIC: ${{ secrets.X_BOOKING_TOPIC }}


jobs:
scrape-latest:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/scraper-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ jobs:
- name: Test with pytest
env:
USER_AGENT: ${{ secrets.USER_AGENT }}
CSRF_TOKEN: ${{ secrets.CSRF_TOKEN }}
X_BOOKING_CSRF_TOKEN: ${{ secrets.X_BOOKING_CSRF_TOKEN }}
X_BOOKING_CONTEXT_ACTION_NAME: ${{ secrets.X_BOOKING_CONTEXT_ACTION_NAME }}
X_BOOKING_CONTEXT_AID: ${{ secrets.X_BOOKING_CONTEXT_AID }}
X_BOOKING_ET_SERIALIZED_STATE: ${{ secrets.X_BOOKING_ET_SERIALIZED_STATE }}
X_BOOKING_PAGEVIEW_ID: ${{ secrets.X_BOOKING_PAGEVIEW_ID }}
X_BOOKING_SITE_TYPE_ID: ${{ secrets.X_BOOKING_SITE_TYPE_ID }}
X_BOOKING_TOPIC: ${{ secrets.X_BOOKING_TOPIC }}
run: |
python -m pytest tests/

0 comments on commit dc44610

Please sign in to comment.