diff options
-rw-r--r-- | youtube/watch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |