mirror of
https://github.com/thewesker/Video-Archive-Discord-Bot.git
synced 2025-12-19 20:01:15 -05:00
Add reddit to default suppported domains
This commit is contained in:
@@ -18,7 +18,7 @@ def extractUrl(inputString):
|
||||
def isSupportedUrl(url):
|
||||
response = {'url': '', 'supported': 'false', 'messages': ''}
|
||||
|
||||
supportedDomains = ['youtube', 'tiktok', 'instagram']
|
||||
supportedDomains = ['youtube', 'tiktok', 'instagram', 'reddit']
|
||||
|
||||
for domain in supportedDomains:
|
||||
if(domain in url):
|
||||
|
||||
Reference in New Issue
Block a user