aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
309 stars 51 forks source link

Still no wget-mp4 sublanguage downloads? #242

Closed gunnar12 closed 4 years ago

gunnar12 commented 4 years ago

Still no wget-mp4 sublanguage downloads?

or do I have something else wrong?

Shouldnt they get downloaded even with no yle-dl parameters-arguments (except prefer mp4?)

gunnar12 commented 4 years ago

btw, found the max limit for api, but just need to wait https://developer.yle.fi/tutorial-overview/index.html

Rate limiting

The API is rate limited. You can expect to be able to do 10 requests/second, 300 requests/hour and 7200 requests/day to the API. If you exceed your quota, HTTP 401 Unauthorized response will be returned.

In this case, you should wait for a while before trying to make a new request.

aajanki commented 4 years ago

Can you give an example of a command line that is producing downloads without subtitles?

This should give mp4 with subtitles:

 yle-dl --preferformat=mp4 https://areena.yle.fi/1-50495163

This will not give subtitles (and is not even supposed to do so because wget doesn't undestand subtitles):

yle-dl --preferformat=mp4 --backend=wget https://areena.yle.fi/1-50495163
aajanki commented 4 years ago

I added a warning message about missing subtitles when downloading with wget.