1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-14 04:05:16 +00:00

[xvideos] Support profiles, searches, channels and favourites

This commit is contained in:
Tahasanul Abraham
2025-03-24 22:24:44 +01:00
parent a2779512cb
commit bd61f17114

View File

@@ -2503,9 +2503,13 @@ from .xinpianchang import XinpianchangIE
from .xminus import XMinusIE from .xminus import XMinusIE
from .xnxx import XNXXIE from .xnxx import XNXXIE
from .xstream import XstreamIE from .xstream import XstreamIE
from .xvideos import ( from .xvideos import (
XVideosChannelIE,
XVideosIE, XVideosIE,
XVideosPlaylistIE,
XVideosQuickiesIE, XVideosQuickiesIE,
XVideosRelatedIE,
XVideosSearchIE,
) )
from .xxxymovies import XXXYMoviesIE from .xxxymovies import XXXYMoviesIE
from .yahoo import ( from .yahoo import (