fix code block
This commit is contained in:
parent
b4218d8d95
commit
7e6c345598
2 changed files with 12 additions and 1 deletions
|
|
@ -79,6 +79,17 @@ _____
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
split_video
|
||||||
|
___________
|
||||||
|
.. autoclass:: ytdl_sub.downloaders.youtube.split_video.YoutubeSplitVideoDownloaderOptions()
|
||||||
|
:members:
|
||||||
|
:member-order: bysource
|
||||||
|
:inherited-members:
|
||||||
|
|
||||||
|
.. autofunction:: ytdl_sub.downloaders.youtube.split_video.YoutubeSplitVideoDownloader.ytdl_option_defaults()
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
soundcloud
|
soundcloud
|
||||||
''''''''''
|
''''''''''
|
||||||
Download strategies for downloading music from Soundcloud. See
|
Download strategies for downloading music from Soundcloud. See
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ class YoutubeSplitVideoDownloaderOptions(YoutubeVideoDownloaderOptions):
|
||||||
|
|
||||||
``split_timestamps`` file format:
|
``split_timestamps`` file format:
|
||||||
|
|
||||||
.. code-block:: txt
|
.. code-block:: markdown
|
||||||
|
|
||||||
0:00 Intro
|
0:00 Intro
|
||||||
0:24 Blackwater Park
|
0:24 Blackwater Park
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue