mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
[metadatafromtitle] Remove unused exception class
This commit is contained in:
parent
5e42f8a0ad
commit
25dd58ca6a
@ -3,11 +3,6 @@ from __future__ import unicode_literals
|
|||||||
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 New Issue
Block a user