From a0ce666024b0c96a1a36741ba50fc36cbc687183 Mon Sep 17 00:00:00 2001 From: karlicoss Date: Thu, 28 Dec 2023 00:13:01 +0000 Subject: [PATCH] my.youtube.takeout: fix exception handling --- my/youtube/takeout.py | 1 + 1 file changed, 1 insertion(+) diff --git a/my/youtube/takeout.py b/my/youtube/takeout.py index 79b4549..8fe8f2c 100644 --- a/my/youtube/takeout.py +++ b/my/youtube/takeout.py @@ -37,6 +37,7 @@ def watched() -> Iterable[Res[Watched]]: for e in events(): if isinstance(e, Exception): yield e + continue if not isinstance(e, Activity): continue