Enums
Tag
Bases: CaseInsensitiveStrEnum
Torrent tags.
BROKEN
class-attribute
instance-attribute
This release has issues, see notes for more information.
DEBAND_RECOMMENDED
class-attribute
instance-attribute
This release recommends the use of MPV Deband (Press b). If you cannot deband, still get this release.
DEBAND_REQUIRED
class-attribute
instance-attribute
This release requires the use of MPV Deband (Press b). If you cannot deband, get the alt release.
DOLBY_VISION
class-attribute
instance-attribute
This release is Dolby Vision Profile 5 which will not display correctly on unsupported setups.
HDR
class-attribute
instance-attribute
This release is HDR which will not display correctly on unsupported setups.
INCOMPLETE
class-attribute
instance-attribute
This release does not contain all the episodes.
MISPLACED_SPECIAL
class-attribute
instance-attribute
This release has specials at the top of the file list, make sure you watch the episodes in the correct order.
PATCH_REQUIRED
class-attribute
instance-attribute
This release requires you to download an external patch to fix issues.
VFR
class-attribute
instance-attribute
This release has a variable framerate, your screen should be set to a multiple of 120hz or use VRR to display it correctly.
Tracker
Bases: CaseInsensitiveStrEnum
Enum of public and private trackers.
url
property
url: str
URL of the current tracker.
Returns:
Type | Description |
---|---|
str
|
URL of the tracker. |
Notes
Returns an empty string for Tracker.OTHER
and Tracker.OTHER_PRIVATE
.
is_private
is_private() -> bool
Check if the current tracker is private.
Returns:
Type | Description |
---|---|
bool
|
|