You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Links that point to a channel thumbnail from the search endpoint have missing https: or http: protocol name. This doesn't appear to be the case with the /api/v1/channels/:id endpoint.
Note
If the current behavior is correct (e.g. to give developers a choice between http and https), it should be reflected in the documentation more clearly.
The text was updated successfully, but these errors were encountered:
Describe the bug
Links that point to a channel thumbnail from the search endpoint have missing
https:
orhttp:
protocol name. This doesn't appear to be the case with the/api/v1/channels/:id
endpoint.Steps to Reproduce
authorThumbnails
list//yt.image.provider/...
instead ofhttps://yt.image.provider/...
orhttp://yt.image.provider/...
Example
Search result consistent across multiple public API instances:
Possible Fix
What I presume should be the correct behavior:
Note
If the current behavior is correct (e.g. to give developers a choice between
http
andhttps
), it should be reflected in the documentation more clearly.The text was updated successfully, but these errors were encountered: