update devnotes.md

This commit is contained in:
AppleTheGolden 2025-10-11 19:59:12 +02:00
parent 59847a6e11
commit 22298b56c9
No known key found for this signature in database
GPG key ID: F6AC8A62154C42AA

View file

@ -199,6 +199,8 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo`
| GET | `?th` | get image/video at URL as thumbnail | | GET | `?th` | get image/video at URL as thumbnail |
| GET | `?th=opus` | convert audio file to 128kbps opus | | GET | `?th=opus` | convert audio file to 128kbps opus |
| GET | `?th=caf` | ...in the iOS-proprietary container | | GET | `?th=caf` | ...in the iOS-proprietary container |
| GET | `?zls` | get listing of filepaths in zip file at URL |
| GET | `?zget=path` | get specific file from inside a zip file at URL |
| method | body | result | | method | body | result |
|--|--|--| |--|--|--|