1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-06 02:49:35 +02:00

[eighttracks] PEP8

This commit is contained in:
Philipp Hagemeister 2015-01-10 14:25:11 +01:00
parent b9f030cc26
commit 385f8ae468

View File

@ -122,7 +122,6 @@ def _real_extract(self, url):
entries = []
for i in range(track_count):
api_json = None
download_tries = 0