tocariimaa
|
01c7151dd3
|
remove redundant os.Remove
The created temporal file is already within another temporary directory
that already gets removed (along with its contents) with `os.RemoveAll`.
|
2025-01-04 13:03:44 -03:00 |
|
tocariimaa
|
2b0a0dbcf5
|
use fmt.Fprintf to write to the file directly
...instead of creating a new string with `fmt.Sprintf` and writing it
with to the file separately.
|
2025-01-01 13:31:56 -03:00 |
|
tocariimaa
|
ab3b47d66b
|
ffmpeg-args flag message
|
2024-12-31 14:12:28 -03:00 |
|
tocariimaa
|
02572e8eb0
|
update readme
|
2024-12-31 14:04:58 -03:00 |
|
tocariimaa
|
afcebd2ffa
|
u2v video out filename should be mandatory
|
2024-12-31 14:01:58 -03:00 |
|
tocariimaa
|
39164960de
|
move manifest error field check out
|
2024-12-31 13:56:35 -03:00 |
|
tocariimaa
|
05370ac335
|
update readme
|
2024-12-31 13:40:33 -03:00 |
|
tocariimaa
|
9d8856db58
|
support ffmpeg-args flag
|
2024-12-31 13:39:02 -03:00 |
|
tocariimaa
|
d14376431e
|
allow custom codec flags to ffmpeg, output stderr
|
2024-12-31 13:37:59 -03:00 |
|
tocariimaa
|
c1f35def47
|
add help flag before subcommand
|
2024-12-31 12:47:42 -03:00 |
|
tocariimaa
|
1026d7671f
|
name change
ugoira-downloader -> ugoira-tool
|
2024-12-30 23:50:44 -03:00 |
|
tocariimaa
|
ccdcc00bea
|
formatting
|
2024-12-30 23:36:47 -03:00 |
|
tocariimaa
|
b8f23db093
|
support u2v command
|
2024-12-30 23:12:00 -03:00 |
|
tocariimaa
|
9bab1e8413
|
add conversion.go
|
2024-12-30 23:11:29 -03:00 |
|
tocariimaa
|
40fc4774ff
|
implement u2v command
|
2024-12-30 00:45:36 -03:00 |
|
tocariimaa
|
805e0d5894
|
delete useless variable
|
2024-12-30 00:29:10 -03:00 |
|
tocariimaa
|
c4d39bd91a
|
u2v command func
|
2024-12-30 00:28:30 -03:00 |
|
tocariimaa
|
538af8435b
|
turn download into a subcommand
|
2024-12-30 00:22:52 -03:00 |
|
tocariimaa
|
70e617594a
|
move manifest related code to its own file
|
2024-12-29 23:05:39 -03:00 |
|
tocariimaa
|
ebc13c3be3
|
use const block here
|
2024-12-29 22:20:51 -03:00 |
|
tocariimaa
|
ddce60a558
|
fix missing format argument and wrong struct tag
|
2024-12-28 19:19:45 -03:00 |
|
tocariimaa
|
39234132d7
|
initial commit
|
2024-12-28 19:14:16 -03:00 |
|