From d1ae8dc290e294a7f0a4d1fc485479a0236a2345 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 11 Aug 2019 17:44:11 -0700 Subject: Subscriptions flask port: add missing html info (video url and info dict) --- youtube/subscriptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube') diff --git a/youtube/subscriptions.py b/youtube/subscriptions.py index 9016844..ba1f334 100644 --- a/youtube/subscriptions.py +++ b/youtube/subscriptions.py @@ -486,6 +486,7 @@ def get_subscriptions_page(): video['thumbnail'] = util.URL_ORIGIN + '/data/subscription_thumbnails/' + video['id'] + '.jpg' video['type'] = 'video' video['item_size'] = 'small' + yt_data_extract.add_extra_html_info(video) videos.append(video) tags = _get_all_tags(cursor) -- cgit v1.2.3