1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-06 23:09:20 +00:00

[yahoo] Wipe out yahoo news extractor

This commit is contained in:
Sergey M․ 2014-10-10 22:18:37 +07:00
parent 3c06d3715e
commit 823f1e015a

View file

@ -463,7 +463,6 @@ from .xvideos import XVideosIE
from .xtube import XTubeUserIE, XTubeIE from .xtube import XTubeUserIE, XTubeIE
from .yahoo import ( from .yahoo import (
YahooIE, YahooIE,
#YahooNewsIE,
YahooSearchIE, YahooSearchIE,
) )
from .ynet import YnetIE from .ynet import YnetIE