1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-08 00:50:56 +02:00
yt-dlp/youtube_dl
Yen Chi Hsuan 8e2915d70b
Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"
This reverts commit 7360db05b4.

This commit was added as an attempt to fix #6046. Unfortunately, the fix
is completely wrong. As reported on #10359, embedded thumbnails are not
displayed in VLC, and Se7en on IRC reports that the embedded thumbnail
misleads mpv as well.

The correct way is using -attachment of ffmpeg, while the current
run_ffmpeg_multiple_files API can't handle it cleanly.
2016-10-20 15:07:19 +08:00
..
downloader [downloader/common] Remove debug output 2016-10-12 21:22:33 +07:00
extractor [openload] Fix extraction. 2016-10-19 22:00:29 +02:00
postprocessor Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails" 2016-10-20 15:07:19 +08:00
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py [utils] Expose PACKED_CODES_RE 2016-10-19 23:28:49 +07:00
version.py release 2016.10.19 2016-10-19 23:55:16 +07:00
YoutubeDL.py