manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
296 stars 37 forks source link

Download using title of spefic podcast #96

Closed 12nick12 closed 3 years ago

12nick12 commented 5 years ago

Is there a way to download using title of specif podcast since one of the podcasts I follow keep the file the same name.

ghost commented 3 years ago

try something like this at the end of your greg.conf:

[Foo]

# uncomment this if you are tagging the files
# file_to_tag = {filename_title}.mp3

downloadhandler = wget -q {link} -O {directory}/{filename_title}.mp3