mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
parent
2242af05fc
commit
3f143b0c84
@ -73,7 +73,7 @@ def _video_target_filename(video, format):
|
|||||||
|
|
||||||
name = "_".join([
|
name = "_".join([
|
||||||
date,
|
date,
|
||||||
video['id'][1:],
|
video['id'],
|
||||||
video['creator']['login'],
|
video['creator']['login'],
|
||||||
utils.slugify(video['title']),
|
utils.slugify(video['title']),
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user