projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7b04c9
)
[patreon] Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 23 Aug 2014 13:04:11 +0000
(15:04 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 23 Aug 2014 13:04:11 +0000
(15:04 +0200)
youtube_dl/extractor/patreon.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/patreon.py
b/youtube_dl/extractor/patreon.py
index 707a54e3a1e36183da94579e3710cd2b98cba58c..5429592a75a9f66fdc9f0e9fb908af9e67559aae 100644
(file)
--- a/
youtube_dl/extractor/patreon.py
+++ b/
youtube_dl/extractor/patreon.py
@@
-6,7
+6,6
@@
import re
from .common import InfoExtractor
from ..utils import (
- compat_urlparse,
js_to_json,
)