Skip to content

Commit

Permalink
[tvnow] fix extraction(closes #7831)
Browse files Browse the repository at this point in the history
  • Loading branch information
remitamine committed Dec 11, 2017
1 parent 127e98d commit 23b6e23
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 265 deletions.
8 changes: 4 additions & 4 deletions youtube_dl/extractor/extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,6 @@
NownessPlaylistIE,
NownessSeriesIE,
)
from .nowtv import (
NowTVIE,
NowTVListIE,
)
from .noz import NozIE
from .npo import (
AndereTijdenIE,
Expand Down Expand Up @@ -1105,6 +1101,10 @@
from .tvland import TVLandIE
from .tvn24 import TVN24IE
from .tvnoe import TVNoeIE
from .tvnow import (
TVNowIE,
TVNowListIE,
)
from .tvp import (
TVPEmbedIE,
TVPIE,
Expand Down
261 changes: 0 additions & 261 deletions youtube_dl/extractor/nowtv.py

This file was deleted.

1 comment on commit 23b6e23

@e3odt
Copy link

@e3odt e3odt commented on 23b6e23 Dec 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, works great and Happy Holidays!

Please sign in to comment.