Commit Graph

20 Commits

Author SHA1 Message Date
Samantaz Fox ecfa789948 Mute shellcheck error SC2237 2022-03-23 23:51:36 +01:00
Samantaz Fox 20e14ee433 Add gitignore (ignore JSON files) 2022-03-23 23:44:32 +01:00
Samantaz Fox 653a1611c2 Fix: -c/--client is required even with -d/--data
(required to get the proper API key)
2022-03-23 23:44:32 +01:00
Samantaz Fox a9c62a7121 Add iOS client 2022-03-23 23:44:30 +01:00
Samantaz Fox 9c02b2d812 Fix 'resolve' endpoint URL 2022-02-14 17:12:57 +01:00
Samantaz Fox d24f7a9c59 Add --debug option & don't display request by default 2022-02-14 17:11:53 +01:00
Samantaz Fox 3244003608
Merge pull request #1 from iv-org/add-yt-api-bash-utility
Add YT API bash utility
2021-11-02 16:12:01 +01:00
Samantaz Fox ffdf371763 Use 'exit' instead of 'return' to end script execution 2021-10-29 20:43:18 +02:00
Samantaz Fox 22ecea0128 Add basic github action that runs shellcheck 2021-10-29 20:43:12 +02:00
Samantaz Fox fd739cc5ea Fix issues reported by shellcheck 2021-10-29 18:03:47 +02:00
Samantaz Fox 07e6aeecb9
Fix typo: missing $ before 'output' vaiable
Co-authored-by: Perflyst <mail@perflyst.de>
2021-10-29 12:48:42 +02:00
Samantaz Fox dadee4a14d Use '/bin/sh' instead of '/bin/zsh' in shebang 2021-10-28 15:12:46 +02:00
Samantaz Fox 1f643d78f8 Add search endpoint to YT API utility script 2021-10-27 15:13:10 +02:00
Samantaz Fox c47e949a81 Use parametric functions for interactive data querying 2021-10-27 15:13:10 +02:00
Samantaz Fox 0a9b21ce5f Avoid redundant code for interactive parameters query 2021-10-27 15:13:10 +02:00
Samantaz Fox c7eb46c7bb Request optional base64 parameters for browse/player 2021-10-27 15:13:10 +02:00
Samantaz Fox fce9410328 Fix typo in variable name: s/toekn/token/ 2021-10-27 15:13:10 +02:00
Samantaz Fox 2e11ec2e4a Add more clients to YT API utility script 2021-10-27 15:13:10 +02:00
Samantaz Fox b51609a2df Add a basic YT API utility script
(made in bash)

This utility script is intended for research on the innertube
API so the developper can query the API without having to compile
invidious nor need to copy-paste the same commands over and over.
2021-10-27 15:13:10 +02:00
Samantaz Fox 6931797a9f Initial commit 2021-10-27 15:08:47 +02:00