[extractor/youtube] Add support for Shorts audio pivot feed (#4932)
This feed shows Shorts using the audio of a given video. ytshortsap: prefix can be used as a shortcut until YouTube implements an official view. Closes #4911 Authored by: coletdjnz
This commit is contained in:
parent
4cca2eb1bf
commit
80eb0bd9b9
2 changed files with 40 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ from .youtube import ( # Youtube is moved to the top to improve performance
|
|||
YoutubeYtBeIE,
|
||||
YoutubeYtUserIE,
|
||||
YoutubeWatchLaterIE,
|
||||
YoutubeShortsAudioPivotIE
|
||||
)
|
||||
|
||||
from .abc import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue