Browse Source

[hypestat] Unify allmyvideos and vidspot (Closes #3788)

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
0529eef5a4
2 changed files with 14 additions and 6 deletions
  1. +1
    -1
      youtube_dl/extractor/__init__.py
  2. +13
    -5
      youtube_dl/extractor/hypestat.py

+ 1
- 1
youtube_dl/extractor/__init__.py View File

@ -6,7 +6,6 @@ from .aftonbladet import AftonbladetIE
from .anitube import AnitubeIE
from .anysex import AnySexIE
from .aol import AolIE
from .allmyvideos import AllmyvideosIE
from .allocine import AllocineIE
from .aparat import AparatIE
from .appletrailers import AppleTrailersIE
@ -151,6 +150,7 @@ from .howcast import HowcastIE
from .howstuffworks import HowStuffWorksIE
from .huffpost import HuffPostIE
from .hypem import HypemIE
from .hypestat import HypestatIE
from .iconosquare import IconosquareIE
from .ign import IGNIE, OneUPIE
from .imdb import (


youtube_dl/extractor/allmyvideos.py → youtube_dl/extractor/hypestat.py View File


Loading…
Cancel
Save