documentation
Browse files- docs/user/quickstart.rst +10 -4
docs/user/quickstart.rst
CHANGED
@@ -66,11 +66,17 @@ You can also specify a destination path::
|
|
66 |
>>> stream.download('/tmp')
|
67 |
|
68 |
|
69 |
-
Working with
|
70 |
-
|
71 |
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
>>> yt.streams.all()
|
76 |
[<Stream: itag="22" mime_type="video/mp4" res="720p" fps="30fps" vcodec="avc1.64001F" acodec="mp4a.40.2">,
|
|
|
66 |
>>> stream.download('/tmp')
|
67 |
|
68 |
|
69 |
+
Working with Streams
|
70 |
+
====================
|
71 |
|
72 |
+
The next section will explore the various options available for working with media
|
73 |
+
streams, but before we can dive in, we need to review a new-ish streaming technique
|
74 |
+
adopted by YouTube.
|
75 |
+
|
76 |
+
DASH vs Progressive Streams
|
77 |
+
---------------------------
|
78 |
+
|
79 |
+
Begin by running the following::
|
80 |
|
81 |
>>> yt.streams.all()
|
82 |
[<Stream: itag="22" mime_type="video/mp4" res="720p" fps="30fps" vcodec="avc1.64001F" acodec="mp4a.40.2">,
|