Add support for new options: thumbnails, subtitles, metadata, etc. #212
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
List of new environment variables which can be specified in a
.env
file before runningdocker compose up
or can be passed via the-e
flag when creating a container usingdocker run
:None
YDL_MERGE_OUTPUT_FORMAT="mp4/mkv"
True
YDL_NO_PLAYLIST=True
None
YDL_COOKIES_FILE="/data/cookies.txt"
None
YDL_COOKIES_BROWSER="firefox"
True
YDL_IGNORE_ERRORS=True
False
YDL_RESTRICT_FILENAMES=True
False
YDL_GEO_BYPASS=True
True
YDL_WRITE_THUMBNAIL=True
None
YDL_THUMBNAIL_FORMAT="png/jpg"
False
YDL_WRITE_SUBTITLES=True
None
YDL_SUBTITLES_FORMAT="srt/vtt/best"
None
YDL_CONVERT_SUBTITLES="srt"
"all"
YDL_SUBTITLES_LANGS="en.*,ja"
False
YDL_EMBED_METADATA=True
Solves #29 and #33.
For more information on these options see yt-dlp/YoutubeDL.py.