summaryrefslogtreecommitdiffstats
path: root/assets/js/videojs-share.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/videojs-share.min.js')
0 files changed, 0 insertions, 0 deletions
bject'>Added border radius to channel-profile (#2484)tuvork 2021-10-07Fix extractor bugs (#2454)syeopite * Add debug/trace logging to extract_items * Handle invalid timestamps for livestreams extraction * Make use of author_fallback in playlist extractor * Don't use extract_text for video length extraction The extract_text function attempts to extract from both the simpleText and the runs route. This is typically what we'd want for text extraction as it could appear in both locations. However, while this still holds true, the thumbnailOverlayTimeStatusRenderer writes a numerical length (when present on the video) to the simpleText route and uses runs for a text overlay like "LIVE" or "PREMIERE". Therefore, when a video has a text overlay instead of a numerical one, Invidious still passes it onto decode_length_seconds, which obviously raises since it cannot be converted into integers. In the future, if more routes requires one text route over the other, we should go ahead and add an argument to extract_text itself. Though for now, this is sufficient. * Handle unsupported "special" categories 2021-10-07Add myself (SamantazFox) as codeowner of locale files (#2472)Samantaz Fox 2021-10-07Translations update from Weblate (#2470)Weblate (bot) * Update Russian translation * Update Arabic translation * Update Spanish translation * Update Esperanto translation * Update Chinese (Simplified) translation * Update Turkish translation * Update Chinese (Traditional) translation * Update Lithuanian translation * Update Portuguese translation Co-authored-by: Nikita Epifanov <nikgreens@protonmail.com> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net> Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Jeff Huang <s8321414@gmail.com> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: SC <lalocas@protonmail.com> 2021-10-07Add config option to display source code URL in footer (#2450)Samantaz Fox 2021-10-05Update Persian translation (#2463)Weblate (bot) Co-authored-by: Mostafa Ahangarha <ahangarha@gmail.com> 2021-10-05Add missing filter ui locales (#1912)syeopite 2021-10-04Revert "Fix typo (#2456)" (#2457)Samantaz Fox This reverts commit 4982bff74df677c9e615b52075bd05d0006acc69. 2021-10-04Fix typo (#2456)Jorge Maldonado Ventura 2021-10-02Add support to make invidious API-only via flag (#2363)syeopite 2021-10-02Update container-release.ymlsyeopite 2021-10-02Install Crystal in container-release for lintersyeopite 2021-10-02Run linter in container-release workflowsyeopite 2021-10-02Actually fix lintsyeopite 2021-10-02Fix lintSamantaz Fox 2021-10-02Disable locales with less than 50% of strings translatedSamantaz Fox 2021-10-02Add Portuguese (pt) to localesSamantaz Fox follow up to #2437 2021-10-02Translations update from Weblate (#2437)Weblate (bot) * Add Portuguese translation * Update German translation * Update Basque translation * Update Spanish translation * Update Portuguese (Brazil) translation * Update Portuguese (Portugal) translation * Update Korean translation Co-authored-by: SC <lalocas@protonmail.com> Co-authored-by: Pukima <pukima@pukima.site> Co-authored-by: Sergio Varela <sergitroll9@gmail.com> Co-authored-by: Kim Tae Kyeong <kim@taekyeong.me> 2021-10-02Use make_client when querying instance apisyeopite 2021-10-02add icon-buttons to playlist items (#2442)mastihios 2021-10-01Use break instead of short-circuit returnsyeopite 2021-09-28Improve readabltiy of SearchChannel auto-gen detectsyeopite 2021-09-28Optimize routing logic of extract_item(s) funcssyeopite 2021-09-28Rename get_browse_endpoint to get_browse_idsyeopite 2021-09-28Convert nil for AuthorFallback to empty stringssyeopite 2021-09-28Apply suggestions from code reviewsyeopite Co-authored-by: Samantaz Fox <coding@samantaz.fr>