mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 19:37:25 +00:00
[downloader/dash] PEP 8
This commit is contained in:
parent
e76394f36c
commit
c78c9cd10d
@ -35,6 +35,7 @@ class DashSegmentsFD(FragmentFD):
|
||||
return '%s%s%s' % (base_url, '' if base_url.endswith('/') else '/', target_url)
|
||||
|
||||
segments_filenames = []
|
||||
|
||||
def append_url_to_file(target_url, target_filename):
|
||||
success = ctx['dl'].download(target_filename, {'url': combine_url(base_url, target_url)})
|
||||
if not success:
|
||||
|
Loading…
Reference in New Issue
Block a user