sealedtx / java-youtube-downloader

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

Where did you find so many clients? #134

Open sfss5362 opened 4 hours ago

sfss5362 commented 4 hours 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 3 hours ago

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

iexavl commented 2 hours 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.