to return system information including OS, Python version, and Pytubefix version. Updated docstring to highlight usage for debugging and environment validation.
>>> from pytubefix import info
>>>
>>> system_info = info()
>>>
>>> print(f"Pytubefix Version: {system_info['Pytubefix']}")
Pytubefix Version: 7.3.1
>>>
This helps us debug and gives developers the freedom to automate this data in their logs, for example which version of Pytubefix it was on when a certain problem occurred.
to return system information including OS, Python version, and Pytubefix version. Updated docstring to highlight usage for debugging and environment validation.
to use only the pytubefix version
This helps us debug and gives developers the freedom to automate this data in their logs, for example which version of Pytubefix it was on when a certain problem occurred.