Linus Unnebäck

Results 747 comments of Linus Unnebäck

This could probable help: https://github.com/openaudible/openaudible/blob/34a305bd384c1918b3ef12b917aab53aed30aa74/src/main/java/org/openaudible/download/DownloadJob.java#L70-L84 For me, clicking "Download" on the Audible site is basically useless unless my internet connection is super stable. Since I'm currently out traveling in Asia...

I just published a little tool that downloads, and most importantly, retries on each lost connection 🎉 https://github.com/LinusU/audible-dl

@4cq2 yes, they are encrypted. I should probably say that I just threw this tool together quickly to solve my particular problem right now: I can't download this specific audiobook...

I have a use case for this which is to implement the RAOP (AirPlay) protocol. I currently have an implementation that uses OpenSSL, but would love to switch that out...

Slightly related, but I'm also trying to copy over all my VS Code bindings and since I couldn't find "move line up" or something similar in the documentation, I found...

This is very interesting, thank you for reporting this! I cannot find the string `org.linusu.BuildConfig` inside the repository, so I'm guessing that this is something that is generated 🤔 I...

Thank you for taking the time to investigate and report! Are you able to reproduce this if you just run the following lines, without this library at all? ```js const...

Seems like a nice addition, we would need to check the eco-system breakage before merging though...

@boyter would it be possible to also exclude `package-lock.json` out of the box? For the same reason as as above

I looked at that but there wasn't any useful header I think: ```json { "name": "name", "version": "0.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { ... } } ``` I'm currently...