[embedthumbnail] Add support for mp3 cover embedding
This commit is contained in:
parent
4d6a3ff411
commit
ddbed36455
5 changed files with 92 additions and 67 deletions
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from .atomicparsley import AtomicParsleyPP
|
||||
from .embedthumbnail import EmbedThumbnailPP
|
||||
from .ffmpeg import (
|
||||
FFmpegPostProcessor,
|
||||
FFmpegAudioFixPP,
|
||||
|
@ -23,7 +23,7 @@ def get_postprocessor(key):
|
|||
|
||||
|
||||
__all__ = [
|
||||
'AtomicParsleyPP',
|
||||
'EmbedThumbnailPP',
|
||||
'ExecAfterDownloadPP',
|
||||
'FFmpegAudioFixPP',
|
||||
'FFmpegEmbedSubtitlePP',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue