Log HTML response
This commit is contained in:
parent
6a78b81084
commit
b0b552ee82
1
app.py
1
app.py
@ -391,6 +391,7 @@ if you want to download videos, please consider using a tool like nndownload: ht
|
||||
cache.set(f"{video_id}_html", html_response, expire=CACHE_EXPIRATION_HTML)
|
||||
|
||||
logger.info(f"{video_id}: Returning response")
|
||||
logger.debug(f"{video_id}: HTML response:\n----------\n{html_response}----------")
|
||||
return Response(html_response, mimetype="text/html")
|
||||
|
||||
@app.route("/owoembed")
|
||||
|
Loading…
x
Reference in New Issue
Block a user