projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e76731
)
[bandcamp] Remove unused variable
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 24 Nov 2013 05:52:53 +0000
(06:52 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 24 Nov 2013 05:52:53 +0000
(06:52 +0100)
youtube_dl/extractor/bandcamp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bandcamp.py
b/youtube_dl/extractor/bandcamp.py
index 1aa9dbefd2f98887cc124c2309d8fd104377e5af..3a32c14c598dd2da14841fe68c1cb59582f30799 100644
(file)
--- a/
youtube_dl/extractor/bandcamp.py
+++ b/
youtube_dl/extractor/bandcamp.py
@@
-34,7
+34,6
@@
class BandcampIE(InfoExtractor):
json_code = m_trackinfo.group(1)
data = json.loads(json_code)
- entries = []
for d in data:
formats = [{
'format_id': 'format_id',