invidious-mod-JP/src/invidious
Samantaz Fox 56ebef4352
Multiple front-end fixes (#2247)
Fixes:
* Sanitize user-provided content in HTML (Fixes #2193)
* Fix encoding of search query in prev/next pages (Fixes #2229)
* Fix some issues introduced with #2196:
   - Fix alignment of all <h3> elements (Move the inline style from the parent to the <h3> element)
   - Add missing comma on 'dir' HTML attribute (Typo introduced by PR #2196)

Code cleaning:
* Remove unnecessary 'each_sclice' + 'each' double loop in ECR files
* Clean the player's <source> list generation code (in player.ecr)
2021-07-15 23:01:36 +02:00
..
channels Debloat channels.cr into multiple files (#2225) 2021-07-14 17:46:12 +02:00
helpers Mute unbuffered_flush IOError exception (#2235) 2021-07-14 17:59:33 +02:00
jobs Pick a random video for bypass captcha 2021-06-25 15:37:37 +00:00
routes Fix caption parsing on age restricted videos 2021-06-27 08:35:28 -07:00
views Multiple front-end fixes (#2247) 2021-07-15 23:01:36 +02:00
comments.cr Multiple front-end fixes (#2247) 2021-07-15 23:01:36 +02:00
jobs.cr Provide rough draft of better project organization 2020-10-05 23:57:19 -05:00
mixes.cr Add backtraces to errors (#1498) 2020-11-30 10:59:21 +01:00
playlists.cr Use '/youtubei/v1/browse' endpoint for playlists 2021-05-24 13:19:28 +02:00
routing.cr Make config a constant 2021-01-23 19:39:04 +01:00
search.cr Use '/youtubei/v1/search' endpoint for search queries 2021-05-24 13:19:28 +02:00
trending.cr Use youtubei API for trending 2021-06-24 00:54:06 +02:00
users.cr Display username in header 2021-06-19 04:58:42 -07:00
videos.cr Use struct for caption object 2021-07-11 16:17:22 -07:00