1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-23 01:22:57 +07:00

Merge pull request #2279 from prutz1311/master

Added support for normalboots.com (#2237)
This commit is contained in:
Filippo Valsorda
2014-02-01 22:16:37 -08:00
2 changed files with 62 additions and 0 deletions

View File

@@ -142,6 +142,7 @@
from .nhl import NHLIE, NHLVideocenterIE
from .niconico import NiconicoIE
from .ninegag import NineGagIE
from .normalboots import NormalbootsIE
from .novamov import NovamovIE
from .nowness import NownessIE
from .nowvideo import NowVideoIE