twitch-dl/twitchdl
Ivan Habunek bf2a4558f4
Improve VOD joining logic
Instead of creating a file list, create a modified playlist which
references the downloaded files, and give this as input to ffmpeg. Since
ffmpeg handles M3U8 playlists, this means options such as
`EXT-X-BYTERANGE` are supported.

issue #35
2020-09-03 10:38:29 +02:00
..
__init__.py Fix version number in init file, bump version 2020-08-11 18:10:21 +02:00
__main__.py Add bundling with zipapp 2020-08-13 13:47:03 +02:00
commands.py Improve VOD joining logic 2020-09-03 10:38:29 +02:00
console.py Make quality selectable for video download 2020-08-07 16:23:00 +02:00
download.py Improve VOD joining logic 2020-09-03 10:38:29 +02:00
exceptions.py Allow using video URL as arg to download command 2019-02-09 11:52:15 +01:00
output.py Fix url to video shown when listing videos 2020-08-07 16:24:23 +02:00
twitch.py Handle more gracefully when video/clip not found 2020-08-09 11:55:40 +02:00
utils.py Allow unicode values in slugs 2020-06-10 10:54:28 +02:00