From 05de30454852c6f55f33c8e8c0ab948bf2c590c2 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 21 Jun 2019 21:59:50 -0700 Subject: Fix get_subtitle_sources function --- youtube/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/watch.py') diff --git a/youtube/watch.py b/youtube/watch.py index 818abf2..1f7a352 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -82,7 +82,7 @@ def get_subtitle_sources(info): default_found = True default = source else: - result.append(source) + sources.append(source) break # Put it at the end to avoid browser bug when there are too many languages -- cgit v1.2.3