Rafostar / gtuber

C library to fetch media info from websites
https://rafostar.github.io/gtuber/
GNU Lesser General Public License v2.1
9 stars 3 forks source link

gtuber-dl: should inform where it stored the output was stored if --output isn't given #57

Closed josch closed 1 year ago

josch commented 1 year ago

Hi,

currently I'm always running ls --sort=time | head -1 after running gtuber-dl to figure out the latest file in the current directory and thus the file written out by gtuber-dl. It would be nice if instead, gtuber-dl would write to stderr where it stored the output.

Thanks!

Rafostar commented 1 year ago

if --output isn't given

Lets just always print it for consistency.