1
0
Fork 0

[mtv] Add mtv.it and extract series metadata (#156)

* New extractors: MTVItalia, MTVItaliaProgramma
* Extract fields: series, season_number, episode_number

Authored-by: nixxo
This commit is contained in:
nixxo 2021-03-08 14:40:27 +01:00 committed by GitHub
commit 605b684c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 171 additions and 0 deletions

View file

@ -732,6 +732,8 @@ from .mtv import (
MTVServicesEmbeddedIE,
MTVDEIE,
MTVJapanIE,
MTVItaliaIE,
MTVItaliaProgrammaIE,
)
from .muenchentv import MuenchenTVIE
from .mwave import MwaveIE, MwaveMeetGreetIE