Skip to content

Commit

Permalink
[tvnow] Fix and rework extractors, prepare for a switch to the new API (
Browse files Browse the repository at this point in the history
closes #17245, closes #18499)
  • Loading branch information
dstftw committed Jan 4, 2019
1 parent c87f65e commit 8cd780c
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 92 deletions.
4 changes: 3 additions & 1 deletion youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,9 @@
from .tvnoe import TVNoeIE
from .tvnow import (
TVNowIE,
TVNowListIE,
TVNowNewIE,
TVNowSeasonIE,
TVNowAnnualIE,
TVNowShowIE,
)
from .tvp import (
Expand Down
Loading

0 comments on commit 8cd780c

Please sign in to comment.