doc fix
This commit is contained in:
parent
3fdd7fe16e
commit
ee1db2418b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue