summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-10Update Chinese (Traditional) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jeff Huang <s8321414@gmail.com>
2021-12-10Update Turkish translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
2021-12-10Update Chinese (Simplified) translationHosted Weblate
Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-12-10Update Serbian (cyrillic) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Issa1553 <fairfull.playing@gmail.com>
2021-12-10Update Serbian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Issa1553 <fairfull.playing@gmail.com>
2021-12-10Update Croatian translationHosted Weblate
Update Croatian translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Issa1553 <fairfull.playing@gmail.com> Co-authored-by: Milo Ivir <mail@milotype.de>
2021-12-10Update French translationHosted Weblate
Update French translation Co-authored-by: Bundy01 <bundy@posteo.eu> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2021-12-10Update German translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Issa1553 <fairfull.playing@gmail.com>
2021-12-10Update Arabic translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Rex_sa <rex.sa@pm.me>
2021-12-10Update Norwegian Bokmål translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Petter Reinholdtsen <pere-weblate@hungry.com>
2021-12-10Update English (United States) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2021-12-06Merge pull request #2659 from SamantazFox/fix-likes-dislikesSamantaz Fox
Fix likes/dislikes
2021-12-02Merge pull request #2683 from iv-org/SamantazFox-patch-1Samantaz Fox
Fix #2682
2021-12-01Merge pull request #2671 from matthewmcgarvey/code-removalSamantaz Fox
Remove dead code
2021-12-01Use 'dig()' in 'find()' statementsSamantaz Fox
2021-12-01Merge pull request #2684 from iv-org/SamantazFox-patch-2Samantaz Fox
Decode title from download widget
2021-11-29Fix #2670Samantaz Fox
Fixes "Download widget replaces spaces in filename with +" https://github.com/iv-org/invidious/issues/2670
2021-11-29Remove dead codematthewmcgarvey
2021-11-29Fix #2682Samantaz Fox
Fix "Missing param name: "q" (KeyError)" https://github.com/iv-org/invidious/issues/2682
2021-11-28Use dig to get category contentsSamantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2021-11-28Typo: missing '?' when looking for key in dislikes_buttonSamantaz Fox
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
2021-11-28Decompress the response body ourselvesSamantaz Fox
Temp fix for #2612
2021-11-28Revert "Temporarily fix for #2612" (#2673)Émilien Devos
2021-11-28Merge pull request #2656 from SamantazFox/fix-2549Samantaz Fox
extract_video_info: Make sure that the Android player response is valid
2021-11-28Merge pull request #2623 from SamantazFox/temp-decompression-fixSamantaz Fox
Temporarily fix for #2612
2021-11-26Merge pull request #2658 from weblate/weblate-invidious-translationsTheFrenchGhosty
Translations update from Hosted Weblate
2021-11-26Update Indonesian translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: I. Musthafa <i.musthafa66@gmail.com>
2021-11-26Update Serbian translationHosted Weblate
Co-authored-by: Anon Anonimovic <BGteam@live.com> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-11-26Update Portuguese (Brazil) translationHosted Weblate
Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Vinicius <rodriguessv30@gmail.com>
2021-11-26Update French translationHosted Weblate
Co-authored-by: Bundy01 <bundy@posteo.eu>
2021-11-26Update Catalan translationHosted Weblate
Update Catalan translation Add Catalan translation Co-authored-by: Alfonso Montero López <amontero@tinet.org> Co-authored-by: Hosted Weblate <hosted@weblate.org>
2021-11-26Merge pull request #2622 from SamantazFox/add-makefileSamantaz Fox
Add a makefile
2021-11-26Merge pull request #2555 from iv-org/readme-enhancementsSamantaz Fox
Enhance some stuff in the README
2021-11-26Fix indentingTheFrenchGhosty
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2021-11-26Move the Awesome-Humane-Tech to its own lineTheFrenchGhosty
2021-11-26Apply the suggestionsTheFrenchGhosty
2021-11-25likes/dislikes: better fallback managementSamantaz Fox
'.to_i64?' instead of '.to_i64' returns nil rather than raising an exception when it's done on an empty string. In some rare cases, rating can be equal to 5. In this case, the value of player_response[videoDetails][averageRating] is an Int and not a Float.
2021-11-25i18n: return 'key' if 'key' is not in locales filesSamantaz Fox
2021-11-24Use new techniques to get (dis)likes backSamantaz Fox
2021-11-21allow multiple, successive content-encodingsSamantaz Fox
2021-11-21extract_video_info: make sure that the Android player response is validSamantaz Fox
2021-11-21i18n: log a warning instead of rising an exceptionSamantaz Fox
This is more user-friendly. TODO: maybe make a compile time flag for testing purposes
2021-11-21Add other missing translationsSamantaz Fox
* on watch page and video cards (search results, playlists, etc...) * on /feed/playlists * in search filters (not normalized in order to avoid collisions with an existing PR that reworks the search filters)
2021-11-21Add missing translation for quality selectorsSamantaz Fox
2021-11-21Remove useless 'hl' parameters on captions URLSamantaz Fox
2021-11-21i18n: pass only the ISO code string to 'translate()'Samantaz Fox
Don't use the whole Hash everywhere. Also fall back nicely to english string if no translation exists.
2021-11-21i18n: Use language full name instead of ISO codeSamantaz Fox
Fixes #851
2021-11-21i18n: Add list of language namesSamantaz Fox
2021-11-17Bump Crystal version for CI and Docker to 1.2.2TheFrenchGhosty
2021-11-17Merge pull request #2630 from babababag/patch-1Samantaz Fox
Escape video description in <meta> elements