projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea07dbb
)
[clipfish] Fix imports (#1842)
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 28 Nov 2013 04:54:46 +0000
(
05:54
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 28 Nov 2013 04:54:46 +0000
(
05:54
+0100)
youtube_dl/extractor/clipfish.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/clipfish.py
b/youtube_dl/extractor/clipfish.py
index 05afce338547a2fb5c4e73227bdbf78eef3e026a..ba56235728b3e7afb8d4f7f1be0cd46ca5ed07b4 100644
(file)
--- a/
youtube_dl/extractor/clipfish.py
+++ b/
youtube_dl/extractor/clipfish.py
@@
-3,6
+3,7
@@
import time
import xml.etree.ElementTree
from .common import InfoExtractor
+from ..utils import ExtractorError
class ClipfishIE(InfoExtractor):