Mattias Wadman
Mattias Wadman
Aha thanks! let know if you have ideas, not sure when i will get time looking at this, maybe later next week
Hi, interesting, do you have an exempel URL i can test with? Not sure how youtube-dl work with streaming to stdout like ydls do and external downloader
Thanks, will have a look in a few days, on vacation. If you want to experiment, what would be needed for ydls is for youtube-dl to somehow use external downloader...
Hi again, i tried to reproduce without external downloader and only use chunk size but i get about the same speed for dailymotion. But with external downloader aria2c i get...
Hi, want to investigate or work on this more or should i close?
For me i see this: https://www.dailymotion.com/video/x7y1b78 (downloads a 27651229 byte file, media bitrate 463 kb/s) no chunk size: 2MB/s at first then slows down 10M chunk size: 2MB/s at first...
Do you think this would be a global option or a per request option? Also thinking this should probably be off by default? Have some fear sending range requests might...
Initial version #208 requires https://github.com/wader/goutubedl/pull/89 you can use go module `replace` directive if you want to try it out. To test: ``` curl -OLJ 'http://0:8080?url=https://www.dailymotion.com/video/x4gmtws&format=mp3&httpchunksize=10M' ``` I noticed that `--http-chunk-size`...
Was thinking that ydls would ship (in ydls.json etc) with known-good site configurations, ex that dailymotion works and is probably faster with chunk size. Could be something like this in...
Yes good idea, i've thought about how to do login, this could be one way. For downloader i think it should be easy to support as long as youtube-dl can...