Matthew Wright
Matthew Wright
Well, here are some thoughts/issues - YouTube does not provide this detail unfortunately. Comment text from the API is simply `@Display Name this is the reply` in the response and...
Another interesting detail, it appears that the displayed name in the comment does change when someone changes their name though it can take a few minutes for it to update...
I have submitted an issue feature request about this to Google to see if they can add the channel reference to the `textDisplay` field. https://issuetracker.google.com/issues/195757169
Sure, though having that channel id detail somewhere is better than nowhere. If the channel url is added to `textDisplay` then it can be extracted and there is a guarantee...
Currently experimenting with gradle and packaging YCS with a custom JDK 16 runtime in branch `gradle-jdk16`. Downside is that download size goes up from 15-16 MB (current) to 78 MB...
Well, I chose Gradle in that experiment because I've used it at work and found that to bundle a custom runtime, the [Gradle Beryx Runtime plugin that does that](https://badass-runtime-plugin.beryx.org/releases/latest/) seemed...
Thanks @markusd1984! Currently there is only export functionality. I had not thought of an import feature before this. I recently implemented the export function from issue #13. This is definitely...
@DusVen44 I have not had any progress unfortunately. I tried applying for an increase for one of my other YouTube API projects (youtube geofind) a couple months ago but that...
The automated reductions in quota have certainly demotivated working on this project if I won't be able to bring the quota back up after it was arbitrarily reduced. The lower...
@DusVen44 They recently changed the quota limit system, you should check it out and things may be viable for you now. I recently received an email with [this link](https://developers.google.com/youtube/v3/determine_quota_cost) where...