[cleanup] Misc
This commit is contained in:
parent
e04a1ff92e
commit
526d74ec5a
7 changed files with 10 additions and 12 deletions
|
|
@ -23,7 +23,6 @@ from ..utils import (
|
|||
int_or_none,
|
||||
KNOWN_EXTENSIONS,
|
||||
mimetype2ext,
|
||||
network_exceptions,
|
||||
remove_end,
|
||||
parse_qs,
|
||||
str_or_none,
|
||||
|
|
@ -711,7 +710,6 @@ class SoundcloudPagedPlaylistBaseIE(SoundcloudIE):
|
|||
query.pop('offset', None)
|
||||
|
||||
|
||||
|
||||
class SoundcloudUserIE(SoundcloudPagedPlaylistBaseIE):
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue