Skip to content

Commit c5f1127

Browse files
authored
Exclude soundcloud
Returns "your browser is not supported"
1 parent 3c9ba80 commit c5f1127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipfeed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def check_url(check, url):
1010
return False
1111

1212
def extract(apikey, article_url):
13-
if check_url('.bandcamp.com', article_url) or check_url('community.spotify.com', article_url):
13+
if check_url('.bandcamp.com', article_url) or check_url('community.spotify.com', article_url) or check_url('on.soundcloud.com', article_url):
1414
return None
1515

1616
url = "https://news-article-data-extract-and-summarization1.p.rapidapi.com/extract/"

0 commit comments

Comments
 (0)