Module hdrezka.post.info

Presentation of title information

Sub-modules

hdrezka.post.info.fields

High-level structures for representing title data

hdrezka.post.info.franchises

Franchises information parsing module

hdrezka.post.info.person

Person information module

Classes

class PostInfo (title: str,
orig_title: str,
poster: Poster,
duration: int,
updated_time: int,
ratings: dict[str, Rating],
rankings: tuple[Rank, ...],
slogan: str,
release: Release,
country: tuple[Hyperlink, ...],
directors: tuple[Person, ...],
genre: tuple[Hyperlink, ...],
quality: Quality | None,
translators: tuple[str, ...],
age_rating: AgeRating,
duration_m: int,
collections: tuple[Hyperlink, ...],
persons: tuple[Person, ...],
description: str)
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

General post information

Ancestors

  • builtins.tuple

Instance variables

var age_ratingAgeRating
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 14

var collections : tuple[Hyperlink, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 16

var country : tuple[Hyperlink, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 9

var description : str
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 18

var directors : tuple[Person, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 10

var duration : int
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 3

var duration_m : int
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 15

var genre : tuple[Hyperlink, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 11

var orig_title : str
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 1

var persons : tuple[Person, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 17

var posterPoster
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 2

var qualityQuality | None
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 12

var rankings : tuple[Rank, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 6

var ratings : dict[str, Rating]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 5

var releaseRelease
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 8

var slogan : str
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 7

var title : str
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 0

var translators : tuple[str, ...]
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 13

var updated_time : int
Expand source code
class PostInfo(NamedTuple):
    """General post information"""
    title: str
    orig_title: str
    poster: Poster
    duration: int
    updated_time: int
    ratings: dict[str, Rating]
    rankings: tuple[Rank, ...]
    slogan: str
    release: Release
    country: tuple[Hyperlink, ...]
    directors: tuple[Person, ...]
    genre: tuple[Hyperlink, ...]
    quality: Quality | None
    translators: tuple[str, ...]
    age_rating: AgeRating
    duration_m: int
    collections: tuple[Hyperlink, ...]
    persons: tuple[Person, ...]
    description: str

Alias for field number 4