Browse Source

[extractors] Add MmsIE

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
85bcdd081c
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      youtube_dl/extractor/extractors.py

+ 4
- 1
youtube_dl/extractor/extractors.py View File

@ -186,7 +186,10 @@ from .comedycentral import (
)
from .comcarcoff import ComCarCoffIE
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
from .commonprotocols import RtmpIE
from .commonprotocols import (
MmsIE,
RtmpIE,
)
from .condenast import CondeNastIE
from .cracked import CrackedIE
from .crackle import CrackleIE


Loading…
Cancel
Save