Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements PKCE Authorization to enable access to HiRess files. #221

Merged
merged 25 commits into from
Jan 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6f031a0
✨ First working PKCE login implement. HiRes downloads are possible now.
exislow Jan 19, 2024
60a3bad
✨ Set appropriate User-Agent. Fixes tamland/python-tidal#217
exislow Jan 22, 2024
d557286
✨ Implemented PKCE authorization to enable HiRes FLAC downloads. Fixe…
exislow Jan 23, 2024
69bf50c
♻️ Minor refactoring of urls.
exislow Jan 23, 2024
3b1d285
♻️ Code format.
exislow Jan 23, 2024
abf1643
🛠️ Reverted to actual login credentials for device linking.
exislow Jan 23, 2024
2a43d9a
✨ Changed from private to public methods.
exislow Jan 26, 2024
261f237
chore(deps-dev): bump pillow from 10.0.1 to 10.2.0
dependabot[bot] Jan 22, 2024
3d7d7b7
Use correct parse object
tehkillerbee Nov 29, 2023
e058766
Add OAuth file login load/save functionality.
tehkillerbee Jan 26, 2024
d227800
Add misc gitignores (json, csv)
tehkillerbee Jan 26, 2024
33ab53d
Added example script for transferring user favourites
tehkillerbee Jan 26, 2024
b09f396
Fixed header
tehkillerbee Jan 26, 2024
e211b5e
Update/cleanup readme, move example to subdir
tehkillerbee Jan 26, 2024
6173d12
Use oauth file login
tehkillerbee Jan 26, 2024
dab095b
Use same oauth file path as other examples
tehkillerbee Jan 26, 2024
34c05a3
Fix formatting
tehkillerbee Jan 26, 2024
b6c2aa2
Include request response on error. Print as warning.
tehkillerbee Jan 26, 2024
91226cb
Add path to both v1 and v2 api's
tehkillerbee Jan 26, 2024
1858fc1
Fix formatting
tehkillerbee Jan 26, 2024
472a018
✨ First working PKCE login implement. HiRes downloads are possible now.
exislow Jan 19, 2024
7b07328
✨ Implemented PKCE authorization to enable HiRes FLAC downloads. Fixe…
exislow Jan 23, 2024
c41d1f3
♻️ Code format.
exislow Jan 23, 2024
656833c
✨ Added PKCE secret and client id swap.
exislow Jan 27, 2024
8a5f54b
Merge branch 'master' into 188-support-for-hires
tehkillerbee Jan 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps-dev): bump pillow from 10.0.1 to 10.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.0.1...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and exislow committed Jan 27, 2024
commit 261f2377f688233fda8ebca5078992d630791740
128 changes: 73 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.