twitch-dl/twitchdl
Ivan Habunek 4a86cb16c8
Use relative paths in generated m3u8 playlist
Since we're using relative paths for initi segments, and paths are
relative to the path where the playlist is located, this seems sensible.
Allows the folder to be moved, and the playlist will still work.
2024-08-30 11:44:07 +02:00
..
commands Download init segments 2024-08-30 11:42:54 +02:00
__init__.py Don't hardcode version number 2024-03-23 08:55:56 +01:00
__main__.py Convert to click 2024-03-29 08:43:30 +01:00
cli.py Add --target-dir option to clips command 2024-08-28 13:15:01 +02:00
entities.py Fix a crash when downloading clips 2024-08-28 14:21:22 +02:00
exceptions.py Apply ruff formatting 2024-04-04 08:20:10 +02:00
http.py Refactor download_all to work when count is unknown 2024-08-30 07:37:50 +02:00
naming.py Improve types 2024-08-30 08:05:16 +02:00
output.py Move entities to entites.py 2024-08-24 20:23:34 +02:00
playlists.py Use relative paths in generated m3u8 playlist 2024-08-30 11:44:07 +02:00
progress.py Reinstate "VODs" in progress output 2024-08-30 07:59:51 +02:00
twitch.py Fix query to fetch HD qualities 2024-08-30 11:43:48 +02:00
utils.py Handle video URLs containing account name 2024-08-30 07:55:58 +02:00