yt-dlp/youtube_dlc/postprocessor
pukkandan 06167fbbd3
#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
2021-01-27 20:32:51 +05:30
..
__init__.py Add option `--parse-metadata` 2021-01-26 16:14:31 +05:30
common.py [postprocessor] fix write_debug when no _downloader 2021-01-26 15:53:22 +05:30
embedthumbnail.py #31 Features from animelover1984/youtube-dl 2021-01-27 20:32:51 +05:30
execafterdownload.py Improved passing of multiple postprocessor-args 2021-01-21 01:36:10 +05:30
ffmpeg.py #31 Features from animelover1984/youtube-dl 2021-01-27 20:32:51 +05:30
metadatafromfield.py Add option `--parse-metadata` 2021-01-26 16:14:31 +05:30
movefilesafterdownload.py [movefiles] Don't give "cant find" warning when move is unnecessary 2021-01-26 15:53:32 +05:30
sponskrub.py [sponskrub] Print "unrecognized args" message correctly 2021-01-23 17:17:47 +05:30
xattrpp.py Create `to_screen` and similar functions in postprocessor/common 2021-01-10 22:22:24 +05:30