GGyll / audible-bookmark-extractor

A tool allowing a user to download their audiobooks from Audible and transcribe the bookmarks into text, which can be exported to Notion and Excel (.csv)
41 stars 8 forks source link

Add user agent #2

Open GGyll opened 1 year ago

GGyll commented 1 year ago

Ensure requests are being sent with following header:

headers = {
    "User-Agent": "Audible/671 CFNetwork/1240.0.4 Darwin/20.6.0"
}