Commit Graph

8 Commits

Author SHA1 Message Date
8408e12a2a Add HTTPChunkSize option (--http-chunk-size)
Switch to _test test package to make sure to test external API.
Also don't ignore download process wait error
2021-06-28 20:09:32 +02:00
3b67f6a80c Better errors and error handling
Fix issue with ignore errors for playlists, now ignore
errors if we get info JSON with a non empty ID.
2019-11-05 00:46:54 +01:00
4bc99db15d Less confusing wront type error messages 2019-11-01 00:25:12 +01:00
042aba554c Use youtube-dl headers for own requests too
Might be some issues downloading images and subtiles if cookies are required etc
2019-11-01 00:02:07 +01:00
5b6ef4f1f2 Make response type an/single/playlist
Make it possible to assert what response to get
2019-11-01 00:01:13 +01:00
23419ec767 Add thumbnails array 2019-10-29 00:58:46 +01:00
47b4e26567 Add --ignore-errors for info download also
--ignore-errors still return error message and exit code != 0
so workaround is to assume things went ok if we get some json on stdout

Filter out failed entries for playlists
2019-09-22 23:13:16 +02:00
88fc6c8d7a init 2019-07-23 21:39:07 +02:00