[ign] add support for pcmag and extract all formats and more metadata
This commit is contained in:
parent
59a9efe85b
commit
adccf33632
2 changed files with 93 additions and 30 deletions
|
@ -231,7 +231,11 @@ from .howstuffworks import HowStuffWorksIE
|
|||
from .huffpost import HuffPostIE
|
||||
from .hypem import HypemIE
|
||||
from .iconosquare import IconosquareIE
|
||||
from .ign import IGNIE, OneUPIE
|
||||
from .ign import (
|
||||
IGNIE,
|
||||
OneUPIE,
|
||||
PCMagIE,
|
||||
)
|
||||
from .imdb import (
|
||||
ImdbIE,
|
||||
ImdbListIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue