[yahoo] Add an extractor for yahoo news (closes #1849)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-29 15:25:43 +01:00
parent 5f077efcb1
commit befd88b786
2 changed files with 38 additions and 2 deletions

View file

@ -172,7 +172,11 @@ from .xhamster import XHamsterIE
from .xnxx import XNXXIE
from .xvideos import XVideosIE
from .xtube import XTubeIE
from .yahoo import YahooIE, YahooSearchIE
from .yahoo import (
YahooIE,
YahooNewsIE,
YahooSearchIE,
)
from .youjizz import YouJizzIE
from .youku import YoukuIE
from .youporn import YouPornIE