Added some clarifying documentation

This commit is contained in:
Maximilian Giller 2025-02-18 17:54:24 +01:00
parent f09c3eb928
commit 2eed3e1cdf

View file

@ -102,6 +102,8 @@ class DvdCompare:
) -> list[DcSearchResult]:
"""Employs the advanced search feature and parses the immediate results to python objects.
Throws an UnknownFormatError when label cannot be parsed.
Args:
title (str | None): Title to look for.
director (str, optional): Director to look for. Defaults to None.