[ie/youtube:search:date] Remove broken ytsearchdate support (#15959)
Closes #15898 Authored by: stastix
This commit is contained in:
parent
e2444584a3
commit
c7945800e4
4 changed files with 2 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ from ._redirect import (
|
|||
YoutubeYtBeIE,
|
||||
YoutubeYtUserIE,
|
||||
)
|
||||
from ._search import YoutubeMusicSearchURLIE, YoutubeSearchDateIE, YoutubeSearchIE, YoutubeSearchURLIE
|
||||
from ._search import YoutubeMusicSearchURLIE, YoutubeSearchIE, YoutubeSearchURLIE
|
||||
from ._tab import YoutubePlaylistIE, YoutubeTabBaseInfoExtractor, YoutubeTabIE
|
||||
from ._video import YoutubeIE
|
||||
|
||||
|
|
@ -39,7 +39,6 @@ for _cls in [
|
|||
YoutubeYtBeIE,
|
||||
YoutubeYtUserIE,
|
||||
YoutubeMusicSearchURLIE,
|
||||
YoutubeSearchDateIE,
|
||||
YoutubeSearchIE,
|
||||
YoutubeSearchURLIE,
|
||||
YoutubePlaylistIE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue