From 385f8ae4684e7c7fd04d66b6066d980c93e2d79f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 10 Jan 2015 14:25:11 +0100 Subject: [PATCH] [eighttracks] PEP8 --- youtube_dl/extractor/eighttracks.py | 1 - 1 file changed, 1 deletion(-) 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