v2020.09.22.00
This commit is contained in:
parent
84a509851f
commit
87b5bdc79f
10
AUTHORS-Fork
10
AUTHORS-Fork
@ -1 +1,9 @@
|
|||||||
pukkandan
|
pukkandan
|
||||||
|
Zocker1999NET
|
||||||
|
gergesh
|
||||||
|
h-h-h-h
|
||||||
|
gschizas
|
||||||
|
randombyte-developer
|
||||||
|
MrDoritos
|
||||||
|
pauldubois98
|
||||||
|
ian
|
@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
version 2020.09.21.0
|
|
||||||
|
|
||||||
NEW FEATURES
|
|
||||||
FIXES
|
|
||||||
OTHER CHANGES
|
|
||||||
* Created this fork, updated README.md and created version.txt & ChangeLog-Fork
|
|
@ -1,9 +1,20 @@
|
|||||||
|
New Single-commit Functionality
|
||||||
|
-----------------
|
||||||
|
Make the changes in master
|
||||||
|
Make necessary changes in readme.md
|
||||||
|
Change version number in version.txt
|
||||||
|
Commit
|
||||||
|
( 1 commit per change)
|
||||||
|
|
||||||
|
======================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
New Functionality
|
New Functionality
|
||||||
-----------------
|
-----------------
|
||||||
=> Upstream Update
|
=> Upstream Update
|
||||||
Rebase upstream-master to upstream/master
|
Rebase upstream-master to upstream/master
|
||||||
Branch from upstream-master
|
Branch from upstream-master
|
||||||
Log the new branch in "What are the other branches?" in readme.md
|
|
||||||
Do the necessary commits in the new branch
|
Do the necessary commits in the new branch
|
||||||
=> Merge pull
|
=> Merge pull
|
||||||
|
|
||||||
@ -18,7 +29,6 @@ Accept the request (Squash and Merge)
|
|||||||
Add author in AUTHORS-Fork
|
Add author in AUTHORS-Fork
|
||||||
Make necessary changes in readme.md
|
Make necessary changes in readme.md
|
||||||
Change version number in version.txt
|
Change version number in version.txt
|
||||||
Log changes to ChangeLog-Fork
|
|
||||||
Commit
|
Commit
|
||||||
( 2 commits per pull request)
|
( 2 commits per pull request)
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
2020.09.21.00
|
2020.09.22.00
|
||||||
2020.09.20
|
2020.09.20
|
@ -475,7 +475,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
subtitles.add_option(
|
subtitles.add_option(
|
||||||
'--no-write-sub', '--no-write-srt',
|
'--no-write-sub', '--no-write-srt',
|
||||||
action='store_false', dest='writesubtitles',
|
action='store_false', dest='writesubtitles',
|
||||||
help='Do not Write subtitle file (default)')
|
help='Do not write subtitle file (default)')
|
||||||
subtitles.add_option(
|
subtitles.add_option(
|
||||||
'--write-auto-sub', '--write-automatic-sub',
|
'--write-auto-sub', '--write-automatic-sub',
|
||||||
action='store_true', dest='writeautomaticsub', default=False,
|
action='store_true', dest='writeautomaticsub', default=False,
|
||||||
@ -551,7 +551,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
downloader.add_option(
|
downloader.add_option(
|
||||||
'--no-playlist-reverse',
|
'--no-playlist-reverse',
|
||||||
action='store_false', dest='playlist_reverse',
|
action='store_false', dest='playlist_reverse',
|
||||||
help='Download playlist videos in default order. Useful to undo --playlist-reverse')
|
help='Download playlist videos in default order')
|
||||||
downloader.add_option(
|
downloader.add_option(
|
||||||
'--playlist-random',
|
'--playlist-random',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
@ -690,8 +690,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
verbosity.add_option(
|
verbosity.add_option(
|
||||||
'--print-json',
|
'--print-json',
|
||||||
action='store_true', dest='print_json', default=False,
|
action='store_true', dest='print_json', default=False,
|
||||||
help='Be quiet and print the video information as JSON (video is still being downloaded).',
|
help='Be quiet and print the video information as JSON (video is still being downloaded).')
|
||||||
)
|
|
||||||
verbosity.add_option(
|
verbosity.add_option(
|
||||||
'--force-write-download-archive', '--force-write-archive',
|
'--force-write-download-archive', '--force-write-archive',
|
||||||
action='store_true', dest='force_write_download_archive', default=False,
|
action='store_true', dest='force_write_download_archive', default=False,
|
||||||
@ -829,7 +828,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
action='store_true', dest='rm_cachedir',
|
action='store_true', dest='rm_cachedir',
|
||||||
help='Delete all filesystem cache files')
|
help='Delete all filesystem cache files')
|
||||||
|
|
||||||
thumbnail = optparse.OptionGroup(parser, 'Thumbnail images')
|
thumbnail = optparse.OptionGroup(parser, 'Thumbnail Images')
|
||||||
thumbnail.add_option(
|
thumbnail.add_option(
|
||||||
'--write-thumbnail',
|
'--write-thumbnail',
|
||||||
action='store_true', dest='writethumbnail', default=False,
|
action='store_true', dest='writethumbnail', default=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user