]> jfr.im git - yt-dlp.git/blobdiff - docs/module_guide.rst
Completely change project name to yt-dlp (#85)
[yt-dlp.git] / docs / module_guide.rst
index 03d72882e02f04866db41ad2b0bcb573b8c9f1dc..d6a96a9cfcd841d52fabde3a11e162133377a948 100644 (file)
@@ -1,11 +1,11 @@
-Using the ``youtube_dl`` module
+Using the ``yt_dlp`` module
 ===============================
 
-When using the ``youtube_dl`` module, you start by creating an instance of :class:`YoutubeDL` and adding all the available extractors:
+When using the ``yt_dlp`` module, you start by creating an instance of :class:`YoutubeDL` and adding all the available extractors:
 
 .. code-block:: python
 
-    >>> from youtube_dl import YoutubeDL
+    >>> from yt_dlp import YoutubeDL
     >>> ydl = YoutubeDL()
     >>> ydl.add_default_info_extractors()
 
@@ -64,4 +64,3 @@ You can access the videos in the playlist with the ``entries`` field:
     Video #7: Coding a better government
     Video #8: The era of open innovation
     Video #9: The currency of the new economy is trust
-