mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-21 19:46:17 +03:00
[xvideos] Support profiles, searches, channels and favourites
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user