[bandcamp] Remove unused variable
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 24 Nov 2013 05:52:53 +0000 (06:52 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 24 Nov 2013 05:52:53 +0000 (06:52 +0100)
youtube_dl/extractor/bandcamp.py

index 1aa9dbefd2f98887cc124c2309d8fd104377e5af..3a32c14c598dd2da14841fe68c1cb59582f30799 100644 (file)
@@ -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',