diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-10 14:25:11 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-10 14:25:11 +0100 |
commit | 385f8ae4684e7c7fd04d66b6066d980c93e2d79f (patch) | |
tree | 40244527f044406d3a7ab3074baeadb310cedf36 | |
parent | b9f030cc26891fa8ee680742f5db17f819e5e81a (diff) |
[eighttracks] PEP8
-rw-r--r-- | youtube_dl/extractor/eighttracks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/eighttracks.py b/youtube_dl/extractor/eighttracks.py index a9b18195b..fb5dbbe2b 100644 --- a/youtube_dl/extractor/eighttracks.py +++ b/youtube_dl/extractor/eighttracks.py @@ -122,7 +122,6 @@ class EightTracksIE(InfoExtractor): entries = [] for i in range(track_count): - api_json = None download_tries = 0 |