diff options
Diffstat (limited to 'youtube/watch.py')
-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 0ca3778..9e3a1c2 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -356,4 +356,4 @@ def get_watch_page(env, start_response): music_list = music_list_html, is_unlisted = '<span class="is-unlisted">Unlisted</span>' if info['unlisted'] else '', ) - return page.encode('utf-8')
\ No newline at end of file + return page.encode('utf-8') |