From 7cd5130e884287db88101025cfa551e2b689ca4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 24 Jul 2023 14:27:37 +0200 Subject: [PATCH] [docs] small fixes/updates --- docs/configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 7880bf5e..9bfc1e73 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -442,7 +442,7 @@ Description "isAdult" : "1" } - * A ``list`` with up to 4 entries specifying a browser profile. + * A ``list`` with up to 5 entries specifying a browser profile. * The first entry is the browser name * The optional second entry is a profile name or an absolute path to a profile directory @@ -3277,8 +3277,8 @@ Type Default ``"auto"`` Description - Controls the strategy / tweet source used for user URLs - (``https://twitter.com/USER``). + Controls the strategy / tweet source used for timeline URLs + (``https://twitter.com/USER/timeline``). * ``"tweets"``: `/tweets `__ timeline + search * ``"media"``: `/media `__ timeline + search @@ -4726,7 +4726,7 @@ Default Description Name of the metadata field whose value should be used. - This value must either be a UNIX timestamp or a + This value must be either a UNIX timestamp or a |datetime|_ object. Note: This option gets ignored if `mtime.value`_ is set. @@ -4744,7 +4744,7 @@ Example Description A `format string`_ whose value should be used. - The resulting value must either be a UNIX timestamp or a + The resulting value must be either a UNIX timestamp or a |datetime|_ object.