Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File size #13

Open
clustermaster99 opened this issue Jan 15, 2017 · 2 comments
Open

File size #13

clustermaster99 opened this issue Jan 15, 2017 · 2 comments

Comments

@clustermaster99
Copy link

Waere gut wenn man bestimmen koennte dass, z.B. Keine Dateine unter 100 Megabytes runtergeladen werden. Nur eine Idee zur Verbesserung von diesen super code.
Vielen Dank!

@psy-q
Copy link

psy-q commented Sep 22, 2017

Das würde ich mir auch wünschen, denn die ARD gibt oft ein "access denied" zurück aus unerfindlichen Gründen, und in der jetzigen Situation packt das Skript den Inhalt einfach in eine 388 Byte lange .mp4-Datei. Das Problem hätte man danach nicht mehr.

@dicer
Copy link
Owner

dicer commented Sep 22, 2017

Loesungsmoeglichkeit waere ein http head an den Server zu schicken und damit die Filesize abzufragen:

curl -I https://...
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 1301384271
Content-Type: video/mp4
ETag: "...."
Last-Modified: Thu, 14 Sep 2017 06:24:51 GMT
Server: AkamaiNetStorage
Date: Fri, 22 Sep 2017 13:42:23 GMT
Connection: keep-alive

Hat jemand Lust das mit Python im Script zu implementieren?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants