Skip to content

Commit

Permalink
expanded command table columns to avoid line breaks within commands o…
Browse files Browse the repository at this point in the history
…n github
  • Loading branch information
h0lg committed Jan 17, 2023
1 parent c6cbb98 commit 4a476f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ A **full-text search** for **[YouTube](https://www.youtube.com/)** with a **comm

All search commands share the following parameters:

| shorthand, name | |
| shorthand, name     | |
| :----------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-f`, `--for` | (Group: query) What to search for. Quote "multi-word phrases". Single words are matched exactly by default, ?fuzzy or with wild cards for s%ngle and multi* letters. Combine multiple & terms \| "phrases or queries" using AND '&' and OR '\|' and ( use \| brackets \| for ) & ( complex \| expressions ). You can restrict your search to the video `Title`, `Description`, `Keywords` and/or `Captions`; e.g. `title="click bait"`. Learn more about the query syntax at https://mikegoatly.github.io/lifti/docs/searching/lifti-query-syntax/ . |
| `-k`, `--keywords` | (Group: query) Lists the keywords the videos in scope are tagged with including their number of occurrences. |
Expand All @@ -94,7 +94,7 @@ All search commands share the following parameters:

Search commands searching a playlist containing multiple videos (including `search-playlist` and `search-channel`) support the following parameters in addition to the [common search parameters](#common-search-parameters):

| shorthand, name | |
| shorthand, name      | |
| :-------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-t`, `--top` | (Default: 50) The number of videos to search, counted from the top of the playlist; effectively limiting the search scope to the top partition of it. You may want to gradually increase this to include all videos in the list while you're refining your query. Note that the special Uploads playlist of a channel is sorted latest `uploaded` first, but custom playlists may be sorted differently. Keep that in mind if you don't find what you're looking for and when using `order-by` (which is only applied to the results) with `uploaded` on custom playlists. |
| `-r`, `--order-by` | Order the video search results by `uploaded` or `score` with `asc` for ascending. The default is descending (i.e. latest respectively highest first) and by `score`. Note that the order is only applied to the results with the search scope itself being limited by the `--top` parameter. Note also that for un-cached videos, this option is ignored in favor of outputting matches as soon as they're found - but simply repeating the search will hit the cache and return them in the requested order. |
Expand Down Expand Up @@ -151,7 +151,7 @@ with

Deletes cached info as well as the corresponding full-text indexes for channels, playlists and videos.

| position / shorthand, name | |
| position / shorthand, name     | |
| :------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| scope (**pos. 0**) | Required. The type of caches to delete. For `playlists` and `channels` this will include the associated videos. Valid values: `all`, `videos`, `playlists`, `channels` |
| ids (**pos. 1**) | The space-separated IDs or URLs of elements in the `scope` to delete caches for. Can be used with every `scope` but `all` while supporting user names, channel handles and slugs besides IDs for `channels`. If not set, all elements in the specified `scope` are considered for deletion. Note that if the video ID starts with a dash, you have to quote it like "-1a2b3c4d5e" or use the entire URL to prevent it from being misinterpreted as a command option. |
Expand Down Expand Up @@ -555,4 +555,4 @@ Do **not** use this software with the intent of infringing on any creator's free

Specifically, you may **not** use this software or its output to target content for flagging, banning or demonetizing.

Those to whom this limitation applies, should feel encouraged to explore the origins of their right to censor third party conversation and come back another day with better intentions <3
Those to whom this limitation applies, should feel encouraged to explore the origins of their right to censor third party conversation and come back another day with better intentions <3

0 comments on commit 4a476f6

Please sign in to comment.