]> jfr.im git - yt-dlp.git/commit
#31 Features from animelover1984/youtube-dl
authorpukkandan <redacted>
Wed, 27 Jan 2021 15:02:51 +0000 (20:32 +0530)
committerGitHub <redacted>
Wed, 27 Jan 2021 15:02:51 +0000 (20:32 +0530)
commit06167fbbd3c407ab77e2c7f5031d1ec93886946f
tree092fbe4daafa56205bfe1f5cefd423f84bac3504
parent4ff5e98991cc9c78c0233a8e0c2f8b0200fb3e04
#31 Features from animelover1984/youtube-dl

* Add `--get-comments`
* [youtube] Extract comments
* [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
* [billibilli] Extract comments
* [billibilli] Better video extraction
* Write playlist data to infojson
* [FFmpegMetadata] Embed infojson inside the video
* [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
* [EmbedThumbnail] Treat mka like mkv and mov like mp4
* [EmbedThumbnail] Embed in ogg/opus
* [VideoRemuxer] Conditionally remux video
* [VideoRemuxer] Add `-movflags +faststart` when remuxing from mp4
* [ffmpeg] Print entire stderr in verbose when there is error
* [EmbedSubtitle] Warn when embedding ass in mp4
* [avanto] Use NFLTokenGenerator if possible
12 files changed:
README.md
requirements.txt [new file with mode: 0644]
youtube_dlc/YoutubeDL.py
youtube_dlc/__init__.py
youtube_dlc/extractor/anvato.py
youtube_dlc/extractor/bilibili.py
youtube_dlc/extractor/extractors.py
youtube_dlc/extractor/youtube.py
youtube_dlc/options.py
youtube_dlc/postprocessor/embedthumbnail.py
youtube_dlc/postprocessor/ffmpeg.py
youtube_dlc/utils.py