Skip to content

Commit

Permalink
Merge pull request #24 from BelgianNoise/chore/update-user-agent
Browse files Browse the repository at this point in the history
chore: [dl-downer] update user-agent
  • Loading branch information
BelgianNoise authored Feb 6, 2025
2 parents 8be66ad + 4cdd703 commit d4a9a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl-downer/src/utils/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from ..models.dl_request_platform import DLRequestPlatform

user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0'
user_agent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0'

def get_storage_state_location(platform: DLRequestPlatform) -> str:
'''
Expand Down

0 comments on commit d4a9a49

Please sign in to comment.