You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to download a few videos from the latest conference I noticed that the length attribute of the enlosure tag is different from the actual content length of the video itself.
For example:
While the correct size according to wget is the following
HTTP request sent, awaiting response... 200 OK Length: 562902679 (537M) [video/mp4] Saving to: ‘37c3-58019-deu-NSU-Watch_Aufklaeren_Einmischen_Der_Jahresrueckblick_2023_hd.mp4’
I am using the length value to check if a file has been fully downloaded or should be fetched again. Since the value is not correct I cannot do that and have to always send a GET request to fetch the Content-Length.