Browse Source

[twitch] Rename extractor and support channel videos

totalwebcasting
Sergey M․ 10 years ago
committed by Sergey M
parent
commit
46fd0dd5a5
2 changed files with 28 additions and 76 deletions
  1. +1
    -1
      youtube_dl/extractor/__init__.py
  2. +27
    -75
      youtube_dl/extractor/twitch.py

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

@ -173,7 +173,6 @@ from .jadorecettepub import JadoreCettePubIE
from .jeuxvideo import JeuxVideoIE from .jeuxvideo import JeuxVideoIE
from .jove import JoveIE from .jove import JoveIE
from .jukebox import JukeboxIE from .jukebox import JukeboxIE
from .justintv import JustinTVIE
from .jpopsukitv import JpopsukiIE from .jpopsukitv import JpopsukiIE
from .kankan import KankanIE from .kankan import KankanIE
from .keezmovies import KeezMoviesIE from .keezmovies import KeezMoviesIE
@ -395,6 +394,7 @@ from .tutv import TutvIE
from .tvigle import TvigleIE from .tvigle import TvigleIE
from .tvp import TvpIE from .tvp import TvpIE
from .tvplay import TVPlayIE from .tvplay import TVPlayIE
from .twitch import TwitchIE
from .ubu import UbuIE from .ubu import UbuIE
from .udemy import ( from .udemy import (
UdemyIE, UdemyIE,


youtube_dl/extractor/justintv.py → youtube_dl/extractor/twitch.py View File


Loading…
Cancel
Save