You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/assets/js
Samantaz Fox 1f51255f2f
API: Remove the fields parameter (#4276)
Multiple users have reported that the fields parameter is slowing down API
response times significantly. As most API endpoints are already optimized to
make as few requests as possible to Youtube, there is no point in limiting the
output. Furthermore, the added processing might be part of the broader memory
leak problem (See 1438).

In addition, the small increase in data output is not much of an issue compared
to the huge video proxy that lies next to this API.

No related issue tracked
3 months ago
..
_helpers.js implement code suggestions 1 year ago
comments.js remove unused variable 8 months ago
community.js JS. Trailing spaces removed 2 years ago
embed.js js code rewrite. Created _helpers.js with XHR and storage wrapper 2 years ago
handlers.js improve accessibility 1 year ago
notifications.js Remove the 'fields' parameter on the client side too 6 months ago
player.js Player: Fix iOS screen timeout in loop mode (#4076) 5 months ago
playlist_widget.js handled invalid values in storage 2 years ago
post.js Add support for post page 8 months ago
silvermine-videojs-quality-selector.min.js Bump videojs to 7.12.1 (#3011) 2 years ago
sse.js Prevent firing _onStreamProgress after aborting 5 years ago
subscribe_widget.js js code rewrite. Created _helpers.js with XHR and storage wrapper 2 years ago
themes.js handle auto theme correctly with the manual toggle 1 year ago
videojs-youtube-annotations.min.js Update source and licenses 5 years ago
watch.js Add support for post page 8 months ago
watched_indicator.js Fixed console error 1 year ago
watched_widget.js Fixed console error 1 year ago