[eighttracks] PEP8
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 13:25:11 +0000 (14:25 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 10 Jan 2015 13:25:11 +0000 (14:25 +0100)
youtube_dl/extractor/eighttracks.py

index a9b18195b85e38a600d9dd861792a06ef21fa3be..fb5dbbe2b0c7d9bd15b87426e446ce73f903a6eb 100644 (file)
@@ -122,7 +122,6 @@ class EightTracksIE(InfoExtractor):
         entries = []
 
         for i in range(track_count):
-            
             api_json = None
             download_tries = 0