Extraction: Move html post processing stuff from yt_data_extract to util
This commit is contained in:
@@ -766,7 +766,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)
|
||||
util.add_extra_html_info(video)
|
||||
|
||||
tags = _get_all_tags(cursor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user