This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[metadatafromtitle] Remove unused exception class
totalwebcasting
Sergey M․
8 years ago
parent
5e42f8a0ad
commit
25dd58ca6a
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
youtube_dl/postprocessor/metadatafromtitle.py
+ 0
- 5
youtube_dl/postprocessor/metadatafromtitle.py
View File
@ -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
)
:
Write
Preview
Loading…
Cancel
Save