mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
[yahoo] Generalize, support arbitrary subdomains, support iframe videos, capture error message (Closes #2470)
This commit is contained in:
parent
762958d5af
commit
3c06d3715e
2 changed files with 81 additions and 37 deletions
|
@ -463,7 +463,7 @@ from .xvideos import XVideosIE
|
|||
from .xtube import XTubeUserIE, XTubeIE
|
||||
from .yahoo import (
|
||||
YahooIE,
|
||||
YahooNewsIE,
|
||||
#YahooNewsIE,
|
||||
YahooSearchIE,
|
||||
)
|
||||
from .ynet import YnetIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue