Skip to content

Commit 3a036cc

Browse files
authored
typos :)
1 parent 6db2f4c commit 3a036cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

youtubesearchpython/streamurlfetcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ class StreamURLFetcher(StreamURLFetcherCore):
99
Call `get` or `getAll` method of this class & pass response returned by `Video.get` or `Video.getFormats` as parameter to fetch direct URLs.
1010
1111
Getting URLs or downloading streams using youtube-dl or PyTube can be slow, because they make requests to fetch the same content.
12-
This class makes use of PyTube (if installed) & makes some slight improvements to PyTube's functioning.
12+
This class makes use of yt-dlp which might need the installation of deno runtime pack too (if installed) & makes some slight improvements to yt-dlp 's functioning.
1313
Avoid instantiating this class more than once (making a global object is recommended).
1414
1515
Raises:
16-
Exception: "ERROR: PyTube is not installed. To use this functionality of youtube-search-python, PyTube must be installed."
16+
Exception: "ERROR: yt-dlp is not installed. To use this functionality of yt-search-python, yt-dlp must be installed on your system."
1717
1818
See Also:
1919
For usage examples, see docs/stream_examples.md

0 commit comments

Comments
 (0)