From 5b7f60446c6ba6442ff8ab6b6ff1b2f3392cc756 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Wed, 10 Apr 2024 07:56:54 -0400 Subject: [PATCH] update `search-filters.md` and `url-parameters.md` to include api changes --- docs/search-filters.md | 6 ++++-- docs/url-parameters.md | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/search-filters.md b/docs/search-filters.md index b5abdd1..280eeae 100644 --- a/docs/search-filters.md +++ b/docs/search-filters.md @@ -13,8 +13,8 @@ Supported operators: - `sort:` - `relevance` (default) - `rating` - - `upload_date`, `date` - - `view_count`, `views` + - `date` + - `views` - `date:` - `hour` - `today` @@ -30,11 +30,13 @@ Supported operators: - `show` - `duration:` - `short` + - `medium` - `long` - `features:` Multiple can be specified, for example `features:live,4k,subtitles` - `hd` - `subtitles` - `creative_commons`,`cc` + - `3d` - `live`, `livestream` - `purchased` - `4k` diff --git a/docs/url-parameters.md b/docs/url-parameters.md index 1caf7cd..39e2192 100644 --- a/docs/url-parameters.md +++ b/docs/url-parameters.md @@ -86,7 +86,6 @@ _This list is incomplete. You can help by expanding it._ | `type=Default` | Default | | `type=Music` | Music | | `type=Gaming` | Gaming | -| `type=News` | News | | `type=Movies` | Movies | | _Region_ | Provide "hint" (as ISO 3166 country code) for Invidious to load trending videos from the specified region | | | `region=JP` | Load videos that are trending in Japan |