Pass rss_assisted=False during traditional fallback.
This commit is contained in:
parent
4d80237456
commit
a81af363ff
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class YCDLDBChannelMixin:
|
|||
|
||||
def traditional(channel):
|
||||
try:
|
||||
channel.refresh()
|
||||
channel.refresh(rss_assisted=False)
|
||||
except Exception as exc:
|
||||
if skip_failures:
|
||||
excs.append(exc)
|
||||
|
|
Loading…
Reference in a new issue