You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: youtubesearchpython/streamurlfetcher.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ class StreamURLFetcher(StreamURLFetcherCore):
9
9
Call `get` or `getAll` method of this class & pass response returned by `Video.get` or `Video.getFormats` as parameter to fetch direct URLs.
10
10
11
11
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.
13
13
Avoid instantiating this class more than once (making a global object is recommended).
14
14
15
15
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."
0 commit comments