about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2019-01-20 14:23:35 +0700
committerGitHub <noreply@github.com>2019-01-20 14:23:35 +0700
commit4e58d9fabbfef80b2ecc0d20959bdf9dd3705e73 (patch)
tree0d59f0acf48ca0b8c25a4a695b3d79f411f5e4ff /README.md
parent2cc779f497ae20d6e0e28fc546a25723cfea631a (diff)
downloadyoutube-dl-4e58d9fabbfef80b2ecc0d20959bdf9dd3705e73.tar.gz
youtube-dl-4e58d9fabbfef80b2ecc0d20959bdf9dd3705e73.tar.xz
youtube-dl-4e58d9fabbfef80b2ecc0d20959bdf9dd3705e73.zip
[README.md] Fix formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 886696015..4ba982907 100644
--- a/README.md
+++ b/README.md
@@ -674,6 +674,7 @@ Also filtering work for comparisons `=` (equals), `^=` (starts with), `$=` (ends
  - `container`: Name of the container format
  - `protocol`: The protocol that will be used for the actual download, lower-case (`http`, `https`, `rtsp`, `rtmp`, `rtmpe`, `mms`, `f4m`, `ism`, `http_dash_segments`, `m3u8`, or `m3u8_native`)
  - `format_id`: A short description of the format
+
 Any string comparison may be prefixed with negation `!` in order to produce an opposite comparison, e.g. `!*=` (does not contain).
 
 Note that none of the aforementioned meta fields are guaranteed to be present since this solely depends on the metadata obtained by particular extractor, i.e. the metadata offered by the video hoster.