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:
parent
d141da8785
commit
bc0d6c6a9e
@ -374,7 +374,7 @@ class XVideosChannelIE(XVideosPlaylistIE):
|
||||
'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()
|
||||
tab = (id_match.get('tab') or '').lower()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user