Browse Source
[metadatafromtitle] Remove unused exception class
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
5 deletions
-
youtube_dl/postprocessor/metadatafromtitle.py
|
|
@ -3,11 +3,6 @@ from __future__ import unicode_literals |
|
|
|
import re |
|
|
|
|
|
|
|
from .common import PostProcessor |
|
|
|
from ..utils import PostProcessingError |
|
|
|
|
|
|
|
|
|
|
|
class MetadataFromTitlePPError(PostProcessingError): |
|
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
class MetadataFromTitlePP(PostProcessor): |
|
|
|