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/src/invidious
Samantaz Fox 962ce23cc2
WebVTT::Builder: Add logic to escape special chars (#4414)
Note: WebVTT does allow some tags in the cue payload in some circumstances
while this PR just blindly escapes everything:
https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#cue_payload_text_tags
3 months ago
..
channels Remove anti-captcha (#4277) 6 months ago
comments Apply suggestions from code review 9 months ago
database Fix two swapped function names 5 months ago
frontend Channels: Add support for multi-image community posts (#4412) 3 months ago
helpers WebVTT::Builder: Add logic to escape special chars (#4414) 3 months ago
http_server Utils: Create a function to append parameters to a base URL 11 months ago
jobs Fix two swapped function names 5 months ago
jsonify/api_v1 Get "author_verified" using the instance method instead of using the info hash. 8 months ago
routes Videos: Use start time and end time for clips (#4264) 4 months ago
search fix: prevent censoring of self-harm related search queries (#4403) 4 months ago
user User: Add support for importing Youtube watch history (#4171) 8 months ago
videos add null safety to clip parsing 5 months ago
views Channels: Add support for multi-image community posts (#4412) 3 months ago
yt_backend Extractors: Don't error if AuthorId does not exist (#3869) 4 months ago
config.cr Remove anti-captcha (#4277) 6 months ago
exceptions.cr Implement workaround for broken shorts objects 1 year ago
hashtag.cr Fix hashtag continuation token 1 year ago
jobs.cr Fix typo in jobs.cr 12 months ago
mixes.cr implement code suggestions 1 year ago
playlists.cr Playlist: Use subtitle when author is missing 9 months ago
routing.cr Add API endpoint for Clips 6 months ago
trending.cr Trending: de-duplicate results 1 year ago
users.cr User: Remove broken Google login (various functions) 12 months ago
videos.cr Videos: Append '&mpd_version=5' to DASH manifest URL 7 months ago