1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[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:
coletdjnz
2022-09-22 05:39:02 +00:00
committed by GitHub
parent 4cca2eb1bf
commit 80eb0bd9b9
2 changed files with 40 additions and 2 deletions

View File

@ -21,6 +21,7 @@ from .youtube import ( # Youtube is moved to the top to improve performance
YoutubeYtBeIE,
YoutubeYtUserIE,
YoutubeWatchLaterIE,
YoutubeShortsAudioPivotIE
)
from .abc import (