This commit is contained in:
Jesse Bannon 2023-03-10 15:56:40 -08:00
parent 3fdd7fe16e
commit ee1db2418b
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ download strategy has its own set of parameters.
url url
''' '''
.. autoclass:: ytdl_sub.downloaders.generic.url.UrlDownloadOptions() .. autoclass:: ytdl_sub.downloaders.generic.url.UrlDownloadOptions()
:members: url, playlist_thumbnails, source_thumbnails :members: url, playlist_thumbnails, source_thumbnails, download_reverse
:member-order: bysource :member-order: bysource
multi_url multi_url

View file

@ -142,7 +142,7 @@ class UrlValidator(StrictDictValidator):
def download_reverse(self) -> bool: def download_reverse(self) -> bool:
""" """
Optional. Whether to download entries in the reverse order of the metadata downloaded. Optional. Whether to download entries in the reverse order of the metadata downloaded.
Default to True. Defaults to True.
""" """
return self._download_reverse.value return self._download_reverse.value