Browse Source

Update extractors.py

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

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

@ -159,8 +159,8 @@ from .coub import CoubIE
from .collegerama import CollegeRamaIE
from .comedycentral import (
ComedyCentralIE,
ComedyCentralShowsIE,
ComedyCentralTVIE,
ToshIE,
)
from .comcarcoff import ComCarCoffIE
from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
@ -480,7 +480,6 @@ from .msn import MSNIE
from .mtv import (
MTVIE,
MTVServicesEmbeddedIE,
MTVIggyIE,
MTVDEIE,
)
from .muenchentv import MuenchenTVIE
@ -530,7 +529,6 @@ from .nextmedia import (
NextMediaActionNewsIE,
AppleDailyIE,
)
from .nextmovie import NextMovieIE
from .nfb import NFBIE
from .nfl import NFLIE
from .nhl import (


Loading…
Cancel
Save