Benjamin Loison

Results 440 comments of Benjamin Loison

Note that I noticed useless parenthesis around `isset` sometimes, so will pay attention to that when will add such an automatic job. Does `php-cs-fixer` finds such useless parenthesis?

Gitea actions are now deployed, but mirroring on GitHub is a kind of bug step, so I postpone this.

Having a git friendly formatting would be nice for instance changing: ```php $realOptions = ['id', 'status']; ``` to: ```php $realOptions = [ 'id', 'status' ]; ``` Maybe there is a...

Once having chosen, should add the approximate timestamp to `Channels: list` `part=shorts` retrieval option.

Note that [this answer](https://stackoverflow.com/a/73807243) isn't perfectly working.

Could, if original posters consider a comment as a solution, to suggest them to consider accepting as an answer such a comment turned into an answer.

As current approach is to have one YouTube UI webpage scraped by YouTube operational API endpoint with a given `part`, maybe merging `playlists` and `playlistItems` makes sense.

Concerning *videos* tab, [someone did a proposition](https://discord.com/channels/933841502155706418/933841503103627316/1171553417622192229).

Could modify on StackOverflow `2021...` date token for reverse-engineered YouTube UI endpoints. As [this answer](https://stackoverflow.com/a/70013529) is still working, it's not urgent. The question is which date of the past isn't...