mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
13 lines
318 B
Python
13 lines
318 B
Python
"""
|
|
Refiners enrich a :class:`~subliminal.video.Video` object by adding information to it.
|
|
|
|
A refiner is a simple function:
|
|
|
|
.. py:function:: refine(video, **kwargs)
|
|
|
|
:param video: the video to refine.
|
|
:type video: :class:`~subliminal.video.Video`
|
|
:param **kwargs: additional parameters for refiners.
|
|
|
|
"""
|