mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[metadatafromtitle] Remove unused exception class
This commit is contained in:
parent
5e42f8a0ad
commit
25dd58ca6a
@ -3,11 +3,6 @@
|
||||
import re
|
||||
|
||||
from .common import PostProcessor
|
||||
from ..utils import PostProcessingError
|
||||
|
||||
|
||||
class MetadataFromTitlePPError(PostProcessingError):
|
||||
pass
|
||||
|
||||
|
||||
class MetadataFromTitlePP(PostProcessor):
|
||||
|
Loading…
Reference in New Issue
Block a user