Add warning that SoundCloud feeds may be empty.

This commit is contained in:
lost 2021-11-09 00:00:00 +00:00
parent 324c43d47c
commit 99e840031d
Signed by: 0x80
GPG Key ID: 00B9C3A6C02F71F6
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ def extract_from_page (page, verbosity):
return "https://feeds.soundcloud.com/users/soundcloud:users:" + user_id + "/sounds.rss" return "https://feeds.soundcloud.com/users/soundcloud:users:" + user_id + "/sounds.rss"
def extract (url, page=None, network=False, verbosity=3, args={}): def extract (url, page=None, network=False, verbosity=3, args={}):
notify ("Note: SoundCloud tracks are not included in feeds by default. SoundCloud feeds may be empty.", verbosity, platform)
# cannot get feed from URL alone # cannot get feed from URL alone
if not network: if not network:
return None return None