[xvideos] Support profiles, searches, channels and favourites

pull/12680/head
Tahasanul Abraham 4 months ago committed by GitHub
parent d141da8785
commit bc0d6c6a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save