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
2024-02-19 00:16:17 +01:00
..
channels Remove anti-captcha (#4277) 2023-12-06 18:29:16 +01:00
comments Apply suggestions from code review 2023-09-18 20:10:41 -04:00
database Fix two swapped function names 2024-01-06 15:51:31 +08:00
frontend Channels: Add support for multi-image community posts (#4412) 2024-02-19 00:16:17 +01:00
helpers WebVTT::Builder: Add logic to escape special chars (#4414) 2024-02-19 00:16:17 +01:00
http_server Utils: Create a function to append parameters to a base URL 2023-07-06 00:23:22 +02:00
jobs Fix two swapped function names 2024-01-06 15:51:31 +08:00
jsonify/api_v1 Get "author_verified" using the instance method instead of using the info hash. 2023-10-09 09:20:35 +03:00
routes Videos: Use start time and end time for clips (#4264) 2024-02-12 22:10:16 +01:00
search fix: prevent censoring of self-harm related search queries (#4403) 2024-01-29 14:59:25 +01:00
user User: Add support for importing Youtube watch history (#4171) 2023-10-21 18:33:05 +02:00
videos add null safety to clip parsing 2023-12-26 22:05:09 -05:00
views Channels: Add support for multi-image community posts (#4412) 2024-02-19 00:16:17 +01:00
yt_backend Extractors: Don't error if AuthorId does not exist (#3869) 2024-02-12 21:54:17 +01:00
config.cr Remove anti-captcha (#4277) 2023-12-06 18:29:16 +01:00
exceptions.cr Implement workaround for broken shorts objects 2023-01-08 13:50:52 +01:00
hashtag.cr Fix hashtag continuation token 2023-05-14 20:17:51 +02:00
jobs.cr Fix typo in jobs.cr 2023-06-13 19:16:07 +09:00
mixes.cr implement code suggestions 2023-04-02 16:31:59 -04:00
playlists.cr Playlist: Use subtitle when author is missing 2023-09-11 22:35:57 -04:00
routing.cr Add API endpoint for Clips 2023-12-07 09:39:04 -05:00
trending.cr Trending: de-duplicate results 2023-05-03 00:02:38 +02:00
users.cr User: Remove broken Google login (various functions) 2023-06-11 16:34:59 +02:00
videos.cr Videos: Append '&mpd_version=5' to DASH manifest URL 2023-10-22 17:56:04 +02:00