mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2024-11-10 09:03:02 +08:00
fix
This commit is contained in:
parent
7966b2ab0c
commit
b9b5613f18
1 changed files with 2 additions and 0 deletions
|
@ -63,5 +63,7 @@ class UrlParser:
|
|||
for url, regex in product(urls, regexes):
|
||||
if re.match(regex, url):
|
||||
valid.append(url)
|
||||
|
||||
valid = list(dict.fromkeys(valid))
|
||||
self._log.debug('Matched urls: %s', valid)
|
||||
return valid
|
||||
|
|
Loading…
Reference in a new issue