Clearer log
This commit is contained in:
parent
dd95661352
commit
d8ffe43857
2
app.py
2
app.py
@ -297,7 +297,7 @@ def proxy(video_id):
|
|||||||
|
|
||||||
reason_code = params.get('reasonCode', '').upper()
|
reason_code = params.get('reasonCode', '').upper()
|
||||||
if reason_code in ['HIDDEN_VIDEO', 'ADMINISTRATOR_DELETE_VIDEO']:
|
if reason_code in ['HIDDEN_VIDEO', 'ADMINISTRATOR_DELETE_VIDEO']:
|
||||||
logger.warning(f"{video_id}: Video is hidden or deleted")
|
logger.warning(f"{video_id}: Video is hidden or deleted ({reason_code}) - returning 404")
|
||||||
return Response("Video not found", status=404)
|
return Response("Video not found", status=404)
|
||||||
|
|
||||||
thumbnail_url = (
|
thumbnail_url = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user