aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/freesound.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/freesound.py')
-rw-r--r--hypervideo_dl/extractor/freesound.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_dl/extractor/freesound.py b/hypervideo_dl/extractor/freesound.py
index 8b5f227..fcde044 100644
--- a/hypervideo_dl/extractor/freesound.py
+++ b/hypervideo_dl/extractor/freesound.py
@@ -52,6 +52,7 @@ class FreesoundIE(InfoExtractor):
tags_str = get_element_by_class('tags', webpage)
tags = re.findall(r'<a[^>]+>([^<]+)', tags_str) if tags_str else None
+ audio_url = re.sub(r'^https?://freesound\.org(https?://)', r'\1', audio_url)
audio_urls = [audio_url]
LQ_FORMAT = '-lq.mp3'