mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[eighttracks] PEP8
This commit is contained in:
parent
b9f030cc26
commit
385f8ae468
|
@ -122,7 +122,6 @@ class EightTracksIE(InfoExtractor):
|
|||
entries = []
|
||||
|
||||
for i in range(track_count):
|
||||
|
||||
api_json = None
|
||||
download_tries = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue