[ign] add support for pcmag and extract all formats and more metadata

This commit is contained in:
remitamine 2015-10-02 21:58:20 +01:00
parent 59a9efe85b
commit adccf33632
2 changed files with 93 additions and 30 deletions

View file

@ -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