From ee1db2418b546f452852cc63442c5be09fe1359c Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 10 Mar 2023 15:56:40 -0800 Subject: [PATCH] doc fix --- docs/config.rst | 2 +- src/ytdl_sub/downloaders/generic/validators.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 3b0be2ee..79bb5266 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -63,7 +63,7 @@ download strategy has its own set of parameters. url ''' .. autoclass:: ytdl_sub.downloaders.generic.url.UrlDownloadOptions() - :members: url, playlist_thumbnails, source_thumbnails + :members: url, playlist_thumbnails, source_thumbnails, download_reverse :member-order: bysource multi_url diff --git a/src/ytdl_sub/downloaders/generic/validators.py b/src/ytdl_sub/downloaders/generic/validators.py index 4ed3328d..5f94975c 100644 --- a/src/ytdl_sub/downloaders/generic/validators.py +++ b/src/ytdl_sub/downloaders/generic/validators.py @@ -142,7 +142,7 @@ class UrlValidator(StrictDictValidator): def download_reverse(self) -> bool: """ Optional. Whether to download entries in the reverse order of the metadata downloaded. - Default to True. + Defaults to True. """ return self._download_reverse.value