Pass rss_assisted=False during traditional fallback.

master
voussoir 2020-11-20 16:15:11 -08:00
parent 4d80237456
commit a81af363ff
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class YCDLDBChannelMixin:
def traditional(channel): def traditional(channel):
try: try:
channel.refresh() channel.refresh(rss_assisted=False)
except Exception as exc: except Exception as exc:
if skip_failures: if skip_failures:
excs.append(exc) excs.append(exc)