projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd4209
)
[downloader/fragment] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 30 Apr 2017 15:04:01 +0000
(22:04 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 30 Apr 2017 15:04:01 +0000
(22:04 +0700)
youtube_dl/downloader/fragment.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/fragment.py
b/youtube_dl/downloader/fragment.py
index d529ae09ad14d38e8cc6b8659ebf5fd982e26406..bccc8ecc1e91af231bbf63cf07f9ee9e50948b25 100644
(file)
--- a/
youtube_dl/downloader/fragment.py
+++ b/
youtube_dl/downloader/fragment.py
@@
-49,7
+49,7
@@
class FragmentFD(FileDownloader):
index: 0-based index of current fragment among all fragments
fragment_count:
Total count of fragments
-
+
This feature is experimental and file format may change in future.
"""