projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e76394f
)
[downloader/dash] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 14 Feb 2016 08:13:09 +0000
(14:13 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 14 Feb 2016 08:13:09 +0000
(14:13 +0600)
youtube_dl/downloader/dash.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/dash.py
b/youtube_dl/downloader/dash.py
index 4f3eeb3861549a2551070d1cac0e7567363baf1a..8b1b17c6ec5c0b05a93a63ef446d549c76951e0e 100644
(file)
--- a/
youtube_dl/downloader/dash.py
+++ b/
youtube_dl/downloader/dash.py
@@
-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: