Add YoutubeSearchDateIE extractor to youtube.py & __init__.py, which searches by publication date.
This commit is contained in:
parent
aa2484e390
commit
a3dd924871
2 changed files with 4 additions and 0 deletions
|
@ -159,6 +159,7 @@ from .youtube import (
|
|||
YoutubeIE,
|
||||
YoutubePlaylistIE,
|
||||
YoutubeSearchIE,
|
||||
YoutubeSearchDateIE,
|
||||
YoutubeUserIE,
|
||||
YoutubeChannelIE,
|
||||
YoutubeShowIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue