mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 02:14:20 +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
|
import re
|
||||||
|
|
||||||
from .common import PostProcessor
|
from .common import PostProcessor
|
||||||
from ..utils import PostProcessingError
|
|
||||||
|
|
||||||
|
|
||||||
class MetadataFromTitlePPError(PostProcessingError):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class MetadataFromTitlePP(PostProcessor):
|
class MetadataFromTitlePP(PostProcessor):
|
||||||
|
|
Loading…
Reference in a new issue