mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
Style revisions
This commit is contained in:
parent
4f0150dcec
commit
2459b6e1cf
@ -113,8 +113,9 @@
|
|||||||
if compat_os_name == 'nt':
|
if compat_os_name == 'nt':
|
||||||
import ctypes
|
import ctypes
|
||||||
|
|
||||||
# Archive tree
|
|
||||||
class ArchiveTree(object):
|
class ArchiveTree(object):
|
||||||
|
"""Binary search tree for download archive entries"""
|
||||||
def __init__(self, line):
|
def __init__(self, line):
|
||||||
self.left = None
|
self.left = None
|
||||||
self.right = None
|
self.right = None
|
||||||
|
Loading…
Reference in New Issue
Block a user