diff --git a/files/routes/static.py b/files/routes/static.py index 322c31598..c6bc1bb83 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -546,6 +546,7 @@ if SITE == 'pcmemes.net': if not id.startswith('UC'): req = requests.get(f'https://www.googleapis.com/youtube/v3/channels?key={YOUTUBE_KEY}&forUsername={id}&part=id', timeout=5, proxies=proxies).json() + print(req, flush=True) id = req['items']['id'] live = cache.get('live') or [] diff --git a/files/templates/live.html b/files/templates/live.html index 1a6c3e075..d529f3708 100644 --- a/files/templates/live.html +++ b/files/templates/live.html @@ -104,4 +104,8 @@ {% endif %} +
+
+
+
{% endblock %} \ No newline at end of file