1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 14:58:32 +00:00

[xvideos] Support profiles, searches, channels and favourites

This commit is contained in:
Tahasanul Abraham 2025-03-21 02:05:34 +01:00 committed by GitHub
parent d141da8785
commit bc0d6c6a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -374,7 +374,7 @@ class XVideosChannelIE(XVideosPlaylistIE):
'playlist_mincount': 5, 'playlist_mincount': 5,
}] }]
def _get_playlist_url(self, url, playlist_id): def _get_playlist_url(self, url, playlist_id):
id_match = re.match(self._VALID_URL, url).groupdict() id_match = re.match(self._VALID_URL, url).groupdict()
tab = (id_match.get('tab') or '').lower() tab = (id_match.get('tab') or '').lower()