mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[metadatafromtitle] Remove unused exception class
This commit is contained in:
parent
5e42f8a0ad
commit
25dd58ca6a
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@
|
|||
import re
|
||||
|
||||
from .common import PostProcessor
|
||||
from ..utils import PostProcessingError
|
||||
|
||||
|
||||
class MetadataFromTitlePPError(PostProcessingError):
|
||||
pass
|
||||
|
||||
|
||||
class MetadataFromTitlePP(PostProcessor):
|
||||
|
|
Loading…
Reference in a new issue