sealedtx / java-youtube-downloader

Simple, almost zero-dependency java parser for retrieving youtube video metadata
Other
432 stars 120 forks source link

Where did you find so many clients? #134

Open sfss5362 opened 1 month ago

sfss5362 commented 1 month ago

https://github.com/sealedtx/java-youtube-downloader/blob/master/src/main/java/com/github/kiulian/downloader/downloader/client/ClientType.java

Where did you find so many clients? Does YouTube have official documentation?

sealedtx commented 1 month ago

Have a look: from https://github.com/zerodytrash/YouTube-Internal-Clients?tab=readme-ov-file#clients @iexavl can share more details

iexavl commented 1 month ago

https://github.com/sealedtx/java-youtube-downloader/blob/master/src/main/java/com/github/kiulian/downloader/downloader/client/ClientType.java

Where did you find so many clients? Does YouTube have official documentation?

They are pretty much all from the link sealedtx posted. More specifically here I haven't ran the script myself to check for any new clients though and the last update was 2 years ago so there could be new clients or new client versions.