proxy 'sponsor.ajay.app'

This commit is contained in:
zrose584
2020-10-18 17:58:16 +02:00
parent f7f2b9fa06
commit a8916b9308
8 changed files with 21 additions and 15 deletions

View File

@@ -489,6 +489,10 @@ def get_watch_page(video_id=None):
invidious_reload_button = info['invidious_reload_button'],
video_url = util.URL_ORIGIN + '/watch?v=' + video_id,
time_start = time_start,
js_data = {
'video_id': video_info['id'],
}
)