[yahoo] Add an extractor for yahoo news (closes #1849)
This commit is contained in:
parent
5f077efcb1
commit
befd88b786
2 changed files with 38 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue