1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-20 16:15:41 +07:00

Add an extractor for Metacritic

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-09-06 18:08:07 +02:00
parent e3ea479087
commit 7e77275293
2 changed files with 56 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
from .liveleak import LiveLeakIE
from .livestream import LivestreamIE
from .metacafe import MetacafeIE
from .metacritic import MetacriticIE
from .mit import TechTVMITIE, MITIE
from .mixcloud import MixcloudIE
from .mtv import MTVIE