Commit Graph

  • a1bb421eec
    Remove useless 'hl' parameters on captions URL Samantaz Fox 2021-11-10 16:42:37 +01:00
  • 139786b9ef
    i18n: pass only the ISO code string to 'translate()' Samantaz Fox 2021-11-08 23:52:55 +01:00
  • 301444563b
    i18n: Use language full name instead of ISO code Samantaz Fox 2021-11-08 23:04:05 +01:00
  • 9966c21c6b
    i18n: Add list of language names Samantaz Fox 2021-11-08 22:58:20 +01:00
  • 1e925e97d8 Format new logic 0x24d 2021-11-20 13:08:42 +00:00
  • b16af0da3c Add new db table to init script 0x24d 2021-11-20 13:07:40 +00:00
  • 6467ea14b0 Remove default struct properties and set all unique keys to not null. 0x24d 2021-11-20 12:51:05 +00:00
  • 188a7dd9e6 Remove storing continuations when fetching channel. 0x24d 2021-11-20 12:47:25 +00:00
  • 8e3b8da285 Keep using the existing logic where it already works correctly. 0x24d 2021-11-20 12:10:59 +00:00
  • dce70e2d93 Always generate the first page's continuation, and add fallback logic. 0x24d 2021-11-20 11:57:45 +00:00
  • 55fc6e7bbe Handle when there are no continuations returned due to being on the last page. 0x24d 2021-11-20 00:32:25 +00:00
  • f34f06bca5 Store continuation so that it can be used on the next matching request. 0x24d 2021-11-19 22:41:43 +00:00
  • b80fa527d4
    [locales, ru] Removed redundant comma AHOHNMYC 2021-11-18 02:14:15 +03:00
  • 12c219ee6c
    Bump Crystal version for CI and Docker to 1.2.2 TheFrenchGhosty 2021-11-17 20:12:58 +00:00
  • 50275facb0 Bump Crystal version to 1.2.2 TheFrenchGhosty 2021-11-12 14:17:21 +01:00
  • 008f79df61
    Merge pull request #2630 from babababag/patch-1 Samantaz Fox 2021-11-17 13:22:54 +01:00
  • fd54cf2d05
    Escape video description babababag 2021-11-17 12:04:30 +00:00
  • 680dd8e75f
    [locales, ru] Escape \d in regexes AHOHNMYC 2021-11-17 12:43:24 +03:00
  • ebc345f2e1
    [locales, ru] Editing numeral endings AHOHNMYC 2021-11-17 12:39:37 +03:00
  • 409f198e2d
    PODMAN 706f6f7079646f6f646f6f 2021-11-17 07:43:02 +01:00
  • b7108808fd
    podman 706f6f7079646f6f646f6f 2021-11-17 07:40:26 +01:00
  • e0d26f4055
    Merge pull request #2625 from weblate/weblate-invidious-translations Samantaz Fox 2021-11-16 23:32:52 +01:00
  • 6c2170960b
    Update Indonesian translation Hosted Weblate 2021-11-16 23:29:10 +01:00
  • 950deaca40
    Update Turkish translation Hosted Weblate 2021-11-16 23:29:10 +01:00
  • 2bd286f195
    Update Croatian translation Hosted Weblate 2021-11-16 23:29:10 +01:00
  • 75792bfa7b
    Update Arabic translation Hosted Weblate 2021-11-16 23:29:10 +01:00
  • 737c49b689
    Update Japanese translation Hosted Weblate 2021-11-16 23:29:09 +01:00
  • 2c447a42f2
    Make sure to only apply fix if QUIC is disabled Samantaz Fox 2021-11-16 21:40:35 +01:00
  • dad8f9a0ce
    Fix typo Samantaz Fox 2021-11-16 20:39:26 +01:00
  • 2eac23a0b3
    Temporary fix for #2612 Samantaz Fox 2021-11-16 13:24:13 +01:00
  • 6a204753c0
    Fix typo Samantaz Fox 2021-11-15 23:36:52 +01:00
  • 19bb26a789
    Add a makefile Samantaz Fox 2021-11-15 23:08:48 +01:00
  • 5a38e69841 Implement importing Youtube subscriptions from CSV 0x24d 2021-11-15 20:28:06 +00:00
  • 349c1c456c
    Formatting syeopite 2021-11-14 09:37:42 -08:00
  • a715becca3
    Add special error page for InitialInnerTubeParseException syeopite 2021-11-14 08:37:50 -08:00
  • 072977537f
    Extract HTML rendering from errors.cr to sep views syeopite 2021-11-14 07:17:25 -08:00
  • 41b7555519
    Debloat errors.cr syeopite 2021-11-14 06:14:48 -08:00
  • 3fe030bca9
    Extract special exceptions from errors.cr syeopite 2021-11-14 06:02:37 -08:00
  • 9d3b93c45f
    Move errors.cr from helpers into main the src fldr syeopite 2021-11-14 05:49:57 -08:00
  • 00904ae3f2
    Merge pull request #2444 from syeopite/only-use-redirect-endpoint-when-needed Samantaz Fox 2021-11-13 20:40:09 +01:00
  • d214a0b333
    remove duplicate lsquic requirement Émilien Devos 2021-11-12 23:02:43 +00:00
  • 4940759627
    Example config: Change 'use_quic' default value Samantaz Fox 2021-11-12 18:53:51 +01:00
  • be1a390b50
    Upgrade crystal on ARM64 docker image Émilien Devos 2021-11-12 14:17:07 +01:00
  • f707f990e6
    Merge pull request #2364 from syeopite/disable-quic-via-compile-time-flag TheFrenchGhosty 2021-11-12 12:58:39 +00:00
  • a120f143d7
    Disable quic by default syeopite 2021-11-12 04:03:23 -08:00
  • 65fbdbff6a
    Remove of gzip header w/ use_quic config syeopite 2021-11-12 03:52:50 -08:00
  • 6ec4dcfafd
    Fix handling for maxres thumbnail syeopite 2021-10-08 06:58:06 -07:00
  • 48191aca6e
    Fix copy-paste error syeopite 2021-10-08 06:35:45 -07:00
  • 83556bace2
    Allow thumbnail queries with QUIC disabled syeopite 2021-10-08 06:30:47 -07:00
  • 814c9e6c3a
    Use https for storyboard image requests syeopite 2021-10-08 06:14:37 -07:00
  • 547abe17d9
    Use https for ggpht requests syeopite 2021-10-08 06:11:10 -07:00
  • 6b8450558d
    Allow storyboard queries with QUIC disabled syeopite 2021-10-08 06:03:33 -07:00
  • c3747c2d49
    Allow ggpht queries with QUIC disabled syeopite 2021-10-08 05:55:34 -07:00
  • 245122104a
    Respect use_quic param and fix typos syeopite 2021-09-28 17:21:26 -07:00
  • b0f127d4d8
    Fix gzip decompression with HTTP::Client syeopite 2021-09-28 14:57:48 -07:00
  • d379a36c0e
    Add compile-time flag to remove code for QUIC syeopite 2021-08-30 14:55:35 -07:00
  • a12571e748
    Fix minor error in config.example.yml Samantaz Fox 2021-11-12 02:32:15 +01:00
  • 21879da80d
    Added -d parameter for dbname to postgres-container healthcheck (#2571) hirn-lego 2021-11-08 21:47:00 +00:00
  • 1e8f867154 Added -d parameter for dbname to postgres-container healthcheck otherwise pg_isready fails everytime. See: https://www.postgresql.org/docs/10/app-pg-isready.html Sebastian 2021-11-08 17:29:52 +01:00
  • 6cabc96f75
    Merge pull request #2471 from SamantazFox/extractor-patch-2 Samantaz Fox 2021-11-07 21:32:02 +01:00
  • f4f9e75c27
    Translations update from Weblate (#2557) Weblate (bot) 2021-11-05 02:25:01 +01:00
  • 24f19d9c5a
    Update Indonesian translation Hosted Weblate 2021-11-05 02:22:29 +01:00
  • caaf66167c
    Update Portuguese translation Hosted Weblate 2021-11-05 02:22:29 +01:00
  • 8af80e21aa
    Update Lithuanian translation Hosted Weblate 2021-11-05 02:22:29 +01:00
  • 91bb6695bb
    Update Chinese (Traditional) translation Hosted Weblate 2021-11-05 02:22:29 +01:00
  • 3748730552
    Update Turkish translation Hosted Weblate 2021-11-05 02:22:29 +01:00
  • ad01ecc0a9
    Update Chinese (Simplified) translation Hosted Weblate 2021-11-05 02:22:28 +01:00
  • 3bb57b8091
    Update Esperanto translation Hosted Weblate 2021-11-05 02:22:28 +01:00
  • 5e0eb53190
    Update Swedish translation Hosted Weblate 2021-11-05 02:22:28 +01:00
  • a1641e3691
    Update Croatian translation Hosted Weblate 2021-11-05 02:22:28 +01:00
  • 46ef72e923
    Update Japanese translation Hosted Weblate 2021-11-05 02:22:28 +01:00
  • eeacd09a00
    Update Spanish translation Hosted Weblate 2021-11-05 02:22:28 +01:00
  • 2f235adadf Enhance some stuff in the README TheFrenchGhosty 2021-11-02 18:58:22 +01:00
  • afb284fa9b
    Add "preferences_quality_dash_label" to en_US.json Samantaz Fox 2021-11-01 15:48:05 +01:00
  • 93252f33ff
    Translations update from Weblate (#2543) Weblate (bot) 2021-10-31 16:56:56 +01:00
  • 9c0b5e661e Remove Helm chart minus 2021-10-31 16:55:45 +01:00
  • 6cf0ff6b49
    Remove useless auto_generated param from PlaylistVideo#to_xml Samantaz Fox 2021-10-29 16:01:52 +02:00
  • 86f75758a7
    Fix 'to_json' in struct PlaylistVideo Samantaz Fox 2021-10-29 14:59:53 +02:00
  • 0ec94405ce
    Add TODO comments to other places Samantaz Fox 2021-10-29 14:53:57 +02:00
  • 33780f1995
    Also fix 'to_json' in struct Video Samantaz Fox 2021-10-29 14:53:06 +02:00
  • 1cb715ac9f
    serialized_yt_data: force datatype of 'locale' Samantaz Fox 2021-10-07 22:53:00 +02:00
  • f65b628bf3
    serialized_yt_data: Remove default nil value in to_json Samantaz Fox 2021-10-07 22:50:32 +02:00
  • 60fa552469
    Fix an infinite recursion caused by #2228 Samantaz Fox 2021-10-07 13:53:55 +02:00
  • f4e8bb99ba
    Cherry-pick fixes syeopite 2021-10-27 22:39:02 -07:00
  • 9a06546c5b
    Add new /channel/:ucid/search endpoint syeopite 2021-06-26 19:28:42 -07:00
  • 65f22b42bf
    Add msg to warn users about empty vid and pl tab syeopite 2021-06-26 19:12:44 -07:00
  • fb62ebae28
    Split content sorting bar from channel-information syeopite 2021-06-26 18:54:31 -07:00
  • 3c9fac0bf4
    Move channel views to separate directory syeopite 2021-04-29 13:43:25 -07:00
  • 7460528121
    Typo and formatting fix syeopite 2021-06-25 19:51:36 -07:00
  • beff17710e
    Center sorting options on small displays (<640px) syeopite 2021-06-25 19:47:42 -07:00
  • e0684e3dc3
    Responsify content-navigation bar syeopite 2021-06-25 19:40:36 -07:00
  • 2719aa1d7f
    Add channel heading design to channel search syeopite 2021-06-25 16:56:05 -07:00
  • df39422eea
    Cherry-pick fixes syeopite 2021-10-27 22:15:11 -07:00
  • b844e9b5b8
    Add buttons for switching inst and using yt on chan syeopite 2021-06-25 15:11:36 -07:00
  • b89027d22d
    Fix sorting for videos and playlist tabs syeopite 2021-06-24 16:03:59 -07:00
  • da29c29167
    Move sorting options to separate bar syeopite 2021-06-24 10:57:45 -07:00
  • 0f357aa663
    Fix index err on chans w/o extern links syeopite 2021-05-08 06:33:01 -07:00
  • 3bccc56054
    Use responsive pure css grids in about.ecr syeopite 2021-05-03 22:46:25 -07:00
  • e8677432e9
    Fix uncentered channel banner image syeopite 2021-04-17 04:10:18 -07:00
  • f062014f84
    Add channel country and external links to API syeopite 2021-04-17 04:06:24 -07:00